--- a/Plugins/WizardPlugins/FontDialogWizard/FontDialogWizardDialog.py Fri Mar 11 08:55:14 2011 +0100 +++ b/Plugins/WizardPlugins/FontDialogWizard/FontDialogWizardDialog.py Fri Mar 11 16:51:57 2011 +0100 @@ -14,6 +14,7 @@ from .Ui_FontDialogWizardDialog import Ui_FontDialogWizardDialog + class FontDialogWizardDialog(QDialog, Ui_FontDialogWizardDialog): """ Class implementing the font dialog wizard dialog. @@ -68,7 +69,7 @@ @pyqtSlot() def on_fontButton_clicked(self): """ - Private slot to handle the button press to select a font via a font selection + Private slot to handle the button press to select a font via a font selection dialog. """ if self.font is None: