Comment typo

This commit is contained in:
Samuel Findlay 2012-07-06 16:25:21 +10:00
parent c9a7f56cbb
commit f9eab33dd9

View File

@ -226,7 +226,7 @@ class ThemeForm(QtGui.QWizard, Ui_ThemeWizard):
def onCurrentIdChanged(self, pageId): def onCurrentIdChanged(self, pageId):
""" """
Detects Page changes and updates as approprate. Detects Page changes and updates as appropriate.
""" """
if self.page(pageId) == self.areaPositionPage: if self.page(pageId) == self.areaPositionPage:
self.setOption(QtGui.QWizard.HaveCustomButton1, True) self.setOption(QtGui.QWizard.HaveCustomButton1, True)