From d51aa8d87ba31181fb51afc507f83ac5240d8147 Mon Sep 17 00:00:00 2001 From: Stefan Neis Date: Fri, 6 Apr 2007 21:42:54 +0000 Subject: [PATCH] Added missing argument for DoGiveHelp. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@45284 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/os2/frame.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/os2/frame.cpp b/src/os2/frame.cpp index ce171dc2e7..53860bb6e7 100644 --- a/src/os2/frame.cpp +++ b/src/os2/frame.cpp @@ -1055,7 +1055,7 @@ bool wxFrame::HandleMenuSelect( WXWORD nItem, } else { - DoGiveHelp(wxEmptyString); + DoGiveHelp(wxEmptyString, true); return false; } } -- 2.45.2