337 QMessageBox.critical(self.editor, |
337 QMessageBox.critical(self.editor, |
338 self.trUtf8("Export source"), |
338 self.trUtf8("Export source"), |
339 self.trUtf8( |
339 self.trUtf8( |
340 """<p>The source could not be exported to <b>{0}</b>.</p>""" |
340 """<p>The source could not be exported to <b>{0}</b>.</p>""" |
341 """<p>Reason: {1}</p>""")\ |
341 """<p>Reason: {1}</p>""")\ |
342 .format(filename, str(err)), |
342 .format(filename, str(err))) |
343 QMessageBox.StandardButtons(\ |
|
344 QMessageBox.Ok)) |
|
345 finally: |
343 finally: |
346 QApplication.restoreOverrideCursor() |
344 QApplication.restoreOverrideCursor() |