]> git.saurik.com Git - wxWidgets.git/commitdiff
Fixed typo.
authorStefan Neis <Stefan.Neis@t-online.de>
Fri, 18 Aug 2000 16:27:32 +0000 (16:27 +0000)
committerStefan Neis <Stefan.Neis@t-online.de>
Fri, 18 Aug 2000 16:27:32 +0000 (16:27 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@8129 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/os2/app.cpp

index f03a8e20ed81d7216deff886e615adb23ace451f..07765bb94c3aec8e6559717c1c08815cbf25298e 100644 (file)
@@ -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() )
             {