QScintilla/Exporters/ExporterTEX.py

branch
Py2 comp.
changeset 3058
0a02c433f52d
parent 3057
10516539f238
parent 3020
542e97d4ecb3
child 3060
5883ce99ee12
--- a/QScintilla/Exporters/ExporterTEX.py	Fri Oct 18 23:00:41 2013 +0200
+++ b/QScintilla/Exporters/ExporterTEX.py	Fri Nov 01 15:48:48 2013 +0100
@@ -269,7 +269,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