Plugins/WizardPlugins/E5MessageBoxWizard/E5MessageBoxWizardDialog.py

changeset 4512
23e8b848efb0
parent 3670
f0cb7579c0b4
child 4541
e8ddd9d76414
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))
         

eric ide

mercurial