X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/fef0a330e98471b5a56b8fea33a6ed01e916583d..39c20230ba7ca49fbdfd7c558b4669ddc15ba4aa:/src/msw/frame.cpp

diff --git a/src/msw/frame.cpp b/src/msw/frame.cpp
index 300c0317ed..8f0ce449bc 100644
--- a/src/msw/frame.cpp
+++ b/src/msw/frame.cpp
@@ -1004,7 +1004,7 @@ bool wxFrame::HandleMenuSelect(WXWORD nItem, WXWORD flags, WXHMENU hMenu)
         // items opening popup menus (they don't have them anyhow) but do clear
         // the status line - otherwise, we would be left with the help message
         // for the previous item which doesn't apply any more
-        DoGiveHelp(wxEmptyString);
+        DoGiveHelp(wxEmptyString, true);
 
         return false;
     }