]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/frame.cpp
cvs to svn
[wxWidgets.git] / src / msw / frame.cpp
index 300c0317ed0112939cc748801895c38d8f61f025..8f0ce449bc11cf5673bfe68be29604f70255e0cf 100644 (file)
@@ -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;
     }