Modify a comment
authorduplo <duplo@38d2e660-2303-0410-9eaa-f027e97ec537>
Thu, 11 Dec 2008 09:45:35 +0000 (09:45 +0000)
committerduplo <duplo@38d2e660-2303-0410-9eaa-f027e97ec537>
Thu, 11 Dec 2008 09:45:35 +0000 (09:45 +0000)
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@2001 38d2e660-2303-0410-9eaa-f027e97ec537

wizard/BWizardPage.py

index b278de117b19a3727ca97e50e6850069f4e74337..699dd9dcbbc71c3e667910d59a4777b1769e3f67 100644 (file)
@@ -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()