From: duplo Date: Thu, 18 Dec 2008 11:46:22 +0000 (+0000) Subject: Correct a typo X-Git-Tag: 2.1.0~608 X-Git-Url: https://codewiz.org/gitweb?a=commitdiff_plain;h=706eb0793218f6fba9a1e8e9c6d4952bc3d3ef2c;p=bertos.git Correct a typo git-svn-id: https://src.develer.com/svnoss/bertos/trunk@2074 38d2e660-2303-0410-9eaa-f027e97ec537 --- diff --git a/wizard/BWizardPage.py b/wizard/BWizardPage.py index dd031ed9..b8444db7 100644 --- a/wizard/BWizardPage.py +++ b/wizard/BWizardPage.py @@ -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