Skip to content
Snippets Groups Projects
Commit b521ac49 authored by inso's avatar inso
Browse files

Fix export dialog bug #165

parent 892ccedd
No related branches found
No related tags found
No related merge requests found
......@@ -333,6 +333,7 @@ class MainWindow(QMainWindow, Ui_MainWindow):
export_dialog.setWindowTitle(self.tr("Export an account"))
export_dialog.setNameFilter(self.tr("All account files (*.acc)"))
export_dialog.setLabelText(QFileDialog.Accept, self.tr('Export'))
export_dialog.setOption(QFileDialog.DontUseNativeDialog, True)
export_dialog.accepted.connect(self.export_account_accepted)
export_dialog.show()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment