From 160fa67b604ffeb22773aea508499a00e59bbd94 Mon Sep 17 00:00:00 2001 From: Simon Rettberg Date: Wed, 7 Oct 2015 14:26:23 +0200 Subject: [pwgui] Actually execute the message box after creating it... --- src/pwgui/main.cpp | 1 + 1 file changed, 1 insertion(+) 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; } -- cgit v1.2.3-55-g7522