This commit is contained in:
Damien Elmes 2012-05-28 07:37:19 +09:00
parent 97b645a7a0
commit 97965668ec

View file

@ -39,7 +39,7 @@ class ExportDialog(QDialog):
def accept(self):
file = getSaveFile(
self, _("Choose file to export to"), "export",
self, _("Export"), "export",
self.exporter.key, self.exporter.ext)
self.hide()
if file: