summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/pwgui/main.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/pwgui/main.cpp b/src/pwgui/main.cpp
index ad73c24..9a8dd36 100644
--- a/src/pwgui/main.cpp
+++ b/src/pwgui/main.cpp
@@ -580,6 +580,7 @@ static void helper_messageBox(const char *caption, const char *text, const bool
msgBox.showNormal();
msgBox.raise();
msgBox.activateWindow();
+ msgBox.exec();
exit(0);
return;
}