581 QMessageBox.critical(self.editor, |
581 QMessageBox.critical(self.editor, |
582 self.trUtf8("Export source"), |
582 self.trUtf8("Export source"), |
583 self.trUtf8( |
583 self.trUtf8( |
584 """<p>The source could not be exported to <b>{0}</b>.</p>""" |
584 """<p>The source could not be exported to <b>{0}</b>.</p>""" |
585 """<p>Reason: {1}</p>""")\ |
585 """<p>Reason: {1}</p>""")\ |
586 .format(filename, str(err)), |
586 .format(filename, str(err))) |
587 QMessageBox.StandardButtons(\ |
|
588 QMessageBox.Ok)) |
|
589 finally: |
587 finally: |
590 QApplication.restoreOverrideCursor() |
588 QApplication.restoreOverrideCursor() |