X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=wizard%2FBCpuPage.py;h=3fc339f25c37b37adda8b500381b5085a07df6c3;hb=ea62a2f8101c1fcc896892d2407f051ef3a9bc0b;hp=41434967ea07cac17b2ea9b2765f8268cc69de7f;hpb=8757efb3d6553910c19f0d225d34c91e4e89fb34;p=bertos.git 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