QScintilla/Exporters/ExporterODT.py

changeset 535
4b00d7336e19
parent 532
a3c0f1e2594a
child 537
72b32daeb8d6
diff -r bc6063d2ab83 -r 4b00d7336e19 QScintilla/Exporters/ExporterODT.py
--- a/QScintilla/Exporters/ExporterODT.py	Mon Aug 30 15:28:21 2010 +0200
+++ b/QScintilla/Exporters/ExporterODT.py	Mon Aug 30 19:03:34 2010 +0200
@@ -69,6 +69,4 @@
                 self.trUtf8("Export source"),
                 self.trUtf8(\
                     """<p>The source could not be exported to <b>{0}</b>.</p>""")\
-                    .format(filename),
-                QMessageBox.StandardButtons(\
-                    QMessageBox.Ok))
+                    .format(filename))

eric ide

mercurial