From 71696266dfa3a8fac8f43baae206e99eedf01762 Mon Sep 17 00:00:00 2001 From: duplo Date: Thu, 19 Feb 2009 12:10:32 +0000 Subject: [PATCH] Store the cpu_name in the project git-svn-id: https://src.develer.com/svnoss/bertos/trunk@2355 38d2e660-2303-0410-9eaa-f027e97ec537 --- wizard/BCpuPage.py | 1 + 1 file changed, 1 insertion(+) 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 -- 2.25.1