Correct a typo
authorduplo <duplo@38d2e660-2303-0410-9eaa-f027e97ec537>
Thu, 18 Dec 2008 11:46:22 +0000 (11:46 +0000)
committerduplo <duplo@38d2e660-2303-0410-9eaa-f027e97ec537>
Thu, 18 Dec 2008 11:46:22 +0000 (11:46 +0000)
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@2074 38d2e660-2303-0410-9eaa-f027e97ec537

wizard/BWizardPage.py

index dd031ed996a8665a3eb9da4f663c81ba9d38eb05..b8444db7213527fb1ba1d13116481a9c19e21bca 100644 (file)
@@ -32,4 +32,4 @@ class BWizardPage(QWizardPage):
         QApplication.instance().project.setInfo(key, value)
     
     def _projectInfoRetrieve(self, key):
-        return QApplication.instance().project.setInfo(key)
\ No newline at end of file
+        return QApplication.instance().project.info(key)
\ No newline at end of file