From f1f2204967cee24fd4c4e20c489265c578889a66 Mon Sep 17 00:00:00 2001 From: Stefan Neis Date: Fri, 18 Aug 2000 16:27:32 +0000 Subject: [PATCH] Fixed typo. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@8129 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/os2/app.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/os2/app.cpp b/src/os2/app.cpp index f03a8e20ed..07765bb94c 100644 --- a/src/os2/app.cpp +++ b/src/os2/app.cpp @@ -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() ) { -- 2.45.2