diff -r b5e4e7efa904 -r 23e8b848efb0 Plugins/WizardPlugins/E5MessageBoxWizard/E5MessageBoxWizardDialog.py --- a/Plugins/WizardPlugins/E5MessageBoxWizard/E5MessageBoxWizardDialog.py Thu Oct 29 19:06:49 2015 +0100 +++ b/Plugins/WizardPlugins/E5MessageBoxWizard/E5MessageBoxWizardDialog.py Thu Oct 29 19:10:20 2015 +0100 @@ -427,8 +427,7 @@ btnCode = ',{0}{1}E5MessageBox.StandardButtons('.format( os.linesep, istring) else: - btnCode = 'E5MessageBox.StandardButtons('.format( - os.linesep, istring) + btnCode = 'E5MessageBox.StandardButtons(' btnCode += '{0}{1}{2})'.format( os.linesep, istring2, joinstring.join(buttons))