]> git.saurik.com Git - wxWidgets.git/commitdiff
removed second parameter of wxFrame::DoGiveHelp(), the help string is always shown...
authorVadim Zeitlin <vadim@wxwidgets.org>
Tue, 3 Apr 2007 11:27:53 +0000 (11:27 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Tue, 3 Apr 2007 11:27:53 +0000 (11:27 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@45236 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/msw/frame.cpp

index 19a148224f910b3bc8e527aaa3999097cf38cb2c..300c0317ed0112939cc748801895c38d8f61f025 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, false);
+        DoGiveHelp(wxEmptyString);
 
         return false;
     }