projects
/
wxWidgets.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
58e81f2
)
Fixed typo.
author
Stefan Neis
<Stefan.Neis@t-online.de>
Fri, 18 Aug 2000 16:27:32 +0000
(16:27 +0000)
committer
Stefan 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
patch
|
blob
|
blame
|
history
diff --git
a/src/os2/app.cpp
b/src/os2/app.cpp
index f03a8e20ed81d7216deff886e615adb23ace451f..07765bb94c3aec8e6559717c1c08815cbf25298e 100644
(file)
--- 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)u
s
ch);
+ CHARMSG(pChmsg)->chr = (USHORT)wxToupper((UCHAR)u
S
ch);
for(pWnd = pWndThis; pWnd; pWnd = pWnd->GetParent() )
{