projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
64bit mac adaptions
[wxWidgets.git]
/
src
/
os2
/
frame.cpp
diff --git
a/src/os2/frame.cpp
b/src/os2/frame.cpp
index ce171dc2e738420eca7b19c93b1cb0f0d66023c9..53860bb6e7f1cb5599d373cc849e76dcd66a66f4 100644
(file)
--- 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;
}
}