]> git.saurik.com Git - wxWidgets.git/commitdiff
Added missing argument for DoGiveHelp.
authorStefan Neis <Stefan.Neis@t-online.de>
Fri, 6 Apr 2007 21:42:54 +0000 (21:42 +0000)
committerStefan Neis <Stefan.Neis@t-online.de>
Fri, 6 Apr 2007 21:42:54 +0000 (21:42 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@45284 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/os2/frame.cpp

index ce171dc2e738420eca7b19c93b1cb0f0d66023c9..53860bb6e7f1cb5599d373cc849e76dcd66a66f4 100644 (file)
@@ -1055,7 +1055,7 @@ bool wxFrame::HandleMenuSelect( WXWORD nItem,
         }
         else
         {
-            DoGiveHelp(wxEmptyString);
+            DoGiveHelp(wxEmptyString, true);
             return false;
         }
     }