533:bc6063d2ab83 | 535:4b00d7336e19 |
---|---|
67 if not ok: | 67 if not ok: |
68 QMessageBox.critical(self.editor, | 68 QMessageBox.critical(self.editor, |
69 self.trUtf8("Export source"), | 69 self.trUtf8("Export source"), |
70 self.trUtf8(\ | 70 self.trUtf8(\ |
71 """<p>The source could not be exported to <b>{0}</b>.</p>""")\ | 71 """<p>The source could not be exported to <b>{0}</b>.</p>""")\ |
72 .format(filename), | 72 .format(filename)) |
73 QMessageBox.StandardButtons(\ | |
74 QMessageBox.Ok)) |