QScintilla/Exporters/ExporterTEX.py

changeset 3020
542e97d4ecb3
parent 3011
18292228c724
child 3034
7ce719013078
child 3058
0a02c433f52d
--- a/QScintilla/Exporters/ExporterTEX.py	Mon Oct 14 18:26:25 2013 +0200
+++ b/QScintilla/Exporters/ExporterTEX.py	Mon Oct 14 19:30:36 2013 +0200
@@ -267,7 +267,8 @@
                 f.close()
             except IOError as err:
                 QApplication.restoreOverrideCursor()
-                E5MessageBox.critical(self.editor,
+                E5MessageBox.critical(
+                    self.editor,
                     self.trUtf8("Export source"),
                     self.trUtf8(
                         """<p>The source could not be exported to"""

eric ide

mercurial