From: duplo Date: Thu, 19 Feb 2009 12:10:32 +0000 (+0000) Subject: Store the cpu_name in the project X-Git-Tag: 2.1.0~327 X-Git-Url: https://codewiz.org/gitweb?a=commitdiff_plain;h=71696266dfa3a8fac8f43baae206e99eedf01762;p=bertos.git Store the cpu_name in the project git-svn-id: https://src.develer.com/svnoss/bertos/trunk@2355 38d2e660-2303-0410-9eaa-f027e97ec537 --- diff --git a/wizard/BCpuPage.py b/wizard/BCpuPage.py index 41434967..3fc339f2 100644 --- a/wizard/BCpuPage.py +++ b/wizard/BCpuPage.py @@ -64,6 +64,7 @@ class BCpuPage(BWizardPage): if type(CPU_DEF[key]) == str or type(CPU_DEF) == unicode: infos[key] = qvariant_converter.getString(value) self._projectInfoStore("CPU_INFOS", infos) + self._projectInfoStore("CPU_NAME", unicode(self.pageContent.cpuList.currentItem().text())) return True else: return False