Skip to content
Snippets Groups Projects
Commit 2f5bf739 authored by Roberto-R's avatar Roberto-R
Browse files

Fixed typo in error dialog

parent b7283b52
No related branches found
No related tags found
No related merge requests found
......@@ -235,7 +235,7 @@ class MainWindow(QMainWindow):
options = QFileDialog.Options()
filename, _ = QFileDialog.getSaveFileName(
self.dialog, 'QFileDialog.getSaveFileName()', '', ext,
self, 'QFileDialog.getSaveFileName()', '', ext,
options=options)
if filename:
......
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