Added missing argument for DoGiveHelp.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@45284 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
316ef03b27
commit
d51aa8d87b
@ -1055,7 +1055,7 @@ bool wxFrame::HandleMenuSelect( WXWORD nItem,
|
||||
}
|
||||
else
|
||||
{
|
||||
DoGiveHelp(wxEmptyString);
|
||||
DoGiveHelp(wxEmptyString, true);
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user