58 res = EricMessageBox.yesNo( |
58 res = EricMessageBox.yesNo( |
59 self.editor, |
59 self.editor, |
60 QCoreApplication.translate("Exporter", "Export source"), |
60 QCoreApplication.translate("Exporter", "Export source"), |
61 QCoreApplication.translate( |
61 QCoreApplication.translate( |
62 "Exporter", |
62 "Exporter", |
63 "<p>The file <b>{0}</b> already exists." " Overwrite it?</p>", |
63 "<p>The file <b>{0}</b> already exists. Overwrite it?</p>", |
64 ).format(fpath), |
64 ).format(fpath), |
65 icon=EricMessageBox.Warning, |
65 icon=EricMessageBox.Warning, |
66 ) |
66 ) |
67 if not res: |
67 if not res: |
68 return "" |
68 return "" |