projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Warning fix.
[wxWidgets.git]
/
src
/
common
/
menucmn.cpp
diff --git
a/src/common/menucmn.cpp
b/src/common/menucmn.cpp
index edf51cab54367c1947d7253eac012983dcfb74ba..eebcea9bf9c8d08cc00531ee3ba5ca75012fdc87 100644
(file)
--- a/
src/common/menucmn.cpp
+++ b/
src/common/menucmn.cpp
@@
-174,9
+174,9
@@
wxAcceleratorEntry *wxGetAccelFromString(const wxString& label)
else if ( current == wxT("ENTER") || current == wxT("RETURN") )
keyCode = WXK_RETURN;
else if ( current == wxT("PGUP") )
else if ( current == wxT("ENTER") || current == wxT("RETURN") )
keyCode = WXK_RETURN;
else if ( current == wxT("PGUP") )
- keyCode = WXK_P
RIOR
;
+ keyCode = WXK_P
AGEUP
;
else if ( current == wxT("PGDN") )
else if ( current == wxT("PGDN") )
- keyCode = WXK_
NEXT
;
+ keyCode = WXK_
PAGEDOWN
;
else if ( current == wxT("LEFT") )
keyCode = WXK_LEFT;
else if ( current == wxT("RIGHT") )
else if ( current == wxT("LEFT") )
keyCode = WXK_LEFT;
else if ( current == wxT("RIGHT") )
@@
-250,11
+250,11
@@
wxAcceleratorEntry *wxGetAccelFromString(const wxString& label)
else if ( current == wxT("KP_DOWN") )
keyCode = WXK_NUMPAD_DOWN;
else if ( current == wxT("KP_PRIOR") )
else if ( current == wxT("KP_DOWN") )
keyCode = WXK_NUMPAD_DOWN;
else if ( current == wxT("KP_PRIOR") )
- keyCode = WXK_NUMPAD_P
RIOR
;
+ keyCode = WXK_NUMPAD_P
AGEUP
;
else if ( current == wxT("KP_PAGEUP") )
keyCode = WXK_NUMPAD_PAGEUP;
else if ( current == wxT("KP_NEXT;") )
else if ( current == wxT("KP_PAGEUP") )
keyCode = WXK_NUMPAD_PAGEUP;
else if ( current == wxT("KP_NEXT;") )
- keyCode = WXK_NUMPAD_
NEXT
;
+ keyCode = WXK_NUMPAD_
PAGEDOWN
;
else if ( current == wxT("KP_PAGEDOWN") )
keyCode = WXK_NUMPAD_PAGEDOWN;
else if ( current == wxT("KP_END") )
else if ( current == wxT("KP_PAGEDOWN") )
keyCode = WXK_NUMPAD_PAGEDOWN;
else if ( current == wxT("KP_END") )