QScintilla/Exporters/ExporterBase.py

changeset 3020
542e97d4ecb3
parent 2965
d133c7edd88a
child 3058
0a02c433f52d
child 3160
209a07d7e401
--- a/QScintilla/Exporters/ExporterBase.py	Mon Oct 14 18:26:25 2013 +0200
+++ b/QScintilla/Exporters/ExporterBase.py	Mon Oct 14 19:30:36 2013 +0200
@@ -55,7 +55,8 @@
                 if ex:
                     fn += ex
             if QFileInfo(fn).exists():
-                res = E5MessageBox.yesNo(self.editor,
+                res = E5MessageBox.yesNo(
+                    self.editor,
                     self.trUtf8("Export source"),
                     self.trUtf8("<p>The file <b>{0}</b> already exists."
                                 " Overwrite it?</p>").format(fn),

eric ide

mercurial