aboutsummaryrefslogtreecommitdiffstats
path: root/hypervideo_gui.py
diff options
context:
space:
mode:
Diffstat (limited to 'hypervideo_gui.py')
-rw-r--r--hypervideo_gui.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/hypervideo_gui.py b/hypervideo_gui.py
index 213dc8f..d9b3639 100644
--- a/hypervideo_gui.py
+++ b/hypervideo_gui.py
@@ -379,6 +379,7 @@ class App(QMainWindow):
close = QMessageBox()
close.setIcon(QMessageBox.Question)
+ close.setWindowTitle('Exit')
close.setText('You sure?')
close.setStandardButtons(QMessageBox.Yes | QMessageBox.Cancel)
close = close.exec()