--- a/Plugins/PluginWizardQMessageBox.py Tue Oct 15 22:03:54 2013 +0200 +++ b/Plugins/PluginWizardQMessageBox.py Fri Oct 18 23:00:41 2013 +0200 @@ -76,8 +76,8 @@ self.action.setWhatsThis(self.trUtf8( """<b>QMessageBox Wizard</b>""" """<p>This wizard opens a dialog for entering all the parameters""" - """ needed to create a QMessageBox. The generated code is inserted""" - """ at the current cursor position.</p>""" + """ needed to create a QMessageBox. The generated code is""" + """ inserted at the current cursor position.</p>""" )) self.action.triggered[()].connect(self.__handle) @@ -114,7 +114,7 @@ def __handle(self): """ - Private method to handle the wizards action + Private method to handle the wizards action. """ editor = e5App().getObject("ViewManager").activeWindow()