QScintilla/Exporters/ExporterODT.py

changeset 564
b3d966393ba9
parent 537
72b32daeb8d6
child 791
9ec2ac20e54e
diff -r e35d2cda9a74 -r b3d966393ba9 QScintilla/Exporters/ExporterODT.py
--- a/QScintilla/Exporters/ExporterODT.py	Sat Sep 04 19:51:19 2010 +0200
+++ b/QScintilla/Exporters/ExporterODT.py	Sat Sep 04 19:51:48 2010 +0200
@@ -68,6 +68,6 @@
         if not ok:
             E5MessageBox.critical(self.editor,
                 self.trUtf8("Export source"),
-                self.trUtf8(\
+                self.trUtf8(
                     """<p>The source could not be exported to <b>{0}</b>.</p>""")\
-                    .format(filename))
+                    .format(filename))
\ No newline at end of file

eric ide

mercurial