From a102e74fe3f3c3932ce45f4cce5f63216d47b484 Mon Sep 17 00:00:00 2001 From: duplo Date: Thu, 11 Dec 2008 09:45:35 +0000 Subject: [PATCH] Modify a comment git-svn-id: https://src.develer.com/svnoss/bertos/trunk@2001 38d2e660-2303-0410-9eaa-f027e97ec537 --- wizard/BWizardPage.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() -- 2.25.1