Fixed typo.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@8129 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
58e81f24f1
commit
f1f2204967
@ -747,7 +747,7 @@ bool wxApp::ProcessMessage(
|
||||
if(!(CHARMSG(pChmsg)->fs & KC_KEYUP))
|
||||
{
|
||||
if((CHARMSG(pChmsg)->fs & (KC_ALT | KC_CTRL)) && CHARMSG(pChmsg)->chr != 0)
|
||||
CHARMSG(pChmsg)->chr = (USHORT)wxToupper((UCHAR)usch);
|
||||
CHARMSG(pChmsg)->chr = (USHORT)wxToupper((UCHAR)uSch);
|
||||
|
||||
for(pWnd = pWndThis; pWnd; pWnd = pWnd->GetParent() )
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user