projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Show the failing string when conversion fails in MBConvTestCase.
[wxWidgets.git]
/
src
/
palmos
/
frame.cpp
diff --git
a/src/palmos/frame.cpp
b/src/palmos/frame.cpp
index 92e7cea81dda6a5dc6b0e499587fb007c34194ef..da9e70ede71effd888ea018ee81f863913a2693c 100644
(file)
--- a/
src/palmos/frame.cpp
+++ b/
src/palmos/frame.cpp
@@
-222,7
+222,7
@@
bool wxFrame::HandleMenuSelect(WXEVENTPTR event)
wxCommandEvent commandEvent(wxEVT_COMMAND_MENU_SELECTED, item);
commandEvent.SetEventObject(this);
-
GetEventHandler()->Process
Event(commandEvent);
+
HandleWindow
Event(commandEvent);
return true;
}