QScintilla/Exporters/ExporterHTML.py

changeset 3039
8dd0165d805d
parent 3034
7ce719013078
child 3060
5883ce99ee12
child 3160
209a07d7e401
equal deleted inserted replaced
3038:7fe9a53280bd 3039:8dd0165d805d
406 self.editor, 406 self.editor,
407 self.trUtf8("Export source"), 407 self.trUtf8("Export source"),
408 self.trUtf8( 408 self.trUtf8(
409 """<p>The source could not be exported to""" 409 """<p>The source could not be exported to"""
410 """ <b>{0}</b>.</p><p>Reason: {1}</p>""") 410 """ <b>{0}</b>.</p><p>Reason: {1}</p>""")
411 .format(filename, str(err))) 411 .format(filename, str(err)))
412 finally: 412 finally:
413 QApplication.restoreOverrideCursor() 413 QApplication.restoreOverrideCursor()

eric ide

mercurial