QScintilla/Exporters/ExporterPDF.py

changeset 535
4b00d7336e19
parent 429
dcc623c99907
child 537
72b32daeb8d6
diff -r bc6063d2ab83 -r 4b00d7336e19 QScintilla/Exporters/ExporterPDF.py
--- a/QScintilla/Exporters/ExporterPDF.py	Mon Aug 30 15:28:21 2010 +0200
+++ b/QScintilla/Exporters/ExporterPDF.py	Mon Aug 30 19:03:34 2010 +0200
@@ -583,8 +583,6 @@
                     self.trUtf8(
                         """<p>The source could not be exported to <b>{0}</b>.</p>"""
                         """<p>Reason: {1}</p>""")\
-                        .format(filename, str(err)),
-                    QMessageBox.StandardButtons(\
-                        QMessageBox.Ok))
+                        .format(filename, str(err)))
         finally:
             QApplication.restoreOverrideCursor()

eric ide

mercurial