diff -r 331569d44b19 -r 684261ef2165 eric6/Plugins/WizardPlugins/MessageBoxWizard/MessageBoxWizardDialog.py --- a/eric6/Plugins/WizardPlugins/MessageBoxWizard/MessageBoxWizardDialog.py Sun Sep 01 17:44:33 2019 +0200 +++ b/eric6/Plugins/WizardPlugins/MessageBoxWizard/MessageBoxWizardDialog.py Sun Sep 01 19:40:53 2019 +0200 @@ -103,9 +103,9 @@ self.bTest = self.buttonBox.addButton( self.tr("Test"), QDialogButtonBox.ActionRole) - def __testQt42(self): + def __testSelectedOptions(self): """ - Private method to test the selected options for Qt 4.2.0. + Private method to test the selected options. """ buttons = QMessageBox.NoButton if self.abortCheck.isChecked(): @@ -209,7 +209,7 @@ self.eCaption.text() ) else: - self.__testQt42() + self.__testSelectedOptions() def __enabledGroups(self): """