Fix Unicode key code for Ctrl-letter in wxGTK.
authorVadim Zeitlin <vadim@wxwidgets.org>
Thu, 8 Dec 2011 14:54:25 +0000 (14:54 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Thu, 8 Dec 2011 14:54:25 +0000 (14:54 +0000)
commit079b6a775a0498cf3e100180f28878bb4700d80d
tree0533451363576a42a4a5702fe199ad6b7021dc54
parent4ce3452d329e67859c4ccc195b1e6779c914a32c
Fix Unicode key code for Ctrl-letter in wxGTK.

This was broken by changes in r69892 and just the letter was used as the key
code instead of Ctrl-letter as it used (and should) be.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@69957 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
src/gtk/window.cpp