From: duplo Date: Thu, 11 Dec 2008 09:45:35 +0000 (+0000) Subject: Modify a comment X-Git-Tag: 2.1.0~681 X-Git-Url: https://codewiz.org/gitweb?a=commitdiff_plain;h=a102e74fe3f3c3932ce45f4cce5f63216d47b484;p=bertos.git Modify a comment git-svn-id: https://src.develer.com/svnoss/bertos/trunk@2001 38d2e660-2303-0410-9eaa-f027e97ec537 --- diff --git a/wizard/BWizardPage.py b/wizard/BWizardPage.py index b278de11..699dd9dc 100644 --- a/wizard/BWizardPage.py +++ b/wizard/BWizardPage.py @@ -18,7 +18,7 @@ class BWizardPage(QWizardPage): def __init__(self, wizardGui, parent = None): QWizardPage.__init__(self, parent) # TODO: see why this function call is needed for display the - # applications icons... + # application icons... uic.loadUiType(wizardGui) self.pageContent = uic.loadUi(wizardGui, None) layout = QVBoxLayout()