summaryrefslogtreecommitdiff
path: root/src/window.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/window.cpp')
-rw-r--r--src/window.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/window.cpp b/src/window.cpp
index 551161882..6e2916f9e 100644
--- a/src/window.cpp
+++ b/src/window.cpp
@@ -557,7 +557,7 @@ static bool MayBeShown(const Window *w)
switch (w->window_class) {
case WC_MAIN_WINDOW: ///< The background, i.e. the game.
case WC_MODAL_PROGRESS: ///< The actual progress window.
- case WC_QUERY_STRING: ///< The abort window.
+ case WC_CONFIRM_POPUP_QUERY: ///< The abort window.
return true;
default: