--- a/Plugins/WizardPlugins/E5MessageBoxWizard/E5MessageBoxWizardDialog.py Sat Oct 19 15:15:50 2013 +0200 +++ b/Plugins/WizardPlugins/E5MessageBoxWizard/E5MessageBoxWizardDialog.py Sat Oct 19 16:14:07 2013 +0200 @@ -257,9 +257,9 @@ None, self.eCaption.text() ) elif self.rInformation.isChecked() or \ - self.rQuestion.isChecked() or \ - self.rWarning.isChecked() or \ - self.rCritical.isChecked(): + self.rQuestion.isChecked() or \ + self.rWarning.isChecked() or \ + self.rCritical.isChecked(): buttons = E5MessageBox.NoButton if self.abortCheck.isChecked(): buttons |= E5MessageBox.Abort @@ -336,7 +336,7 @@ defaultButton ) elif self.rYesNo.isChecked() or \ - self.rRetryAbort.isChecked(): + self.rRetryAbort.isChecked(): if self.iconInformation.isChecked(): icon = E5MessageBox.Information elif self.iconQuestion.isChecked():