Oops, cut&paste error.

This commit is contained in:
Tor Lillqvist
2000-09-07 19:55:36 +00:00
parent 6ffe1dcf10
commit 7e928a4b2d

View File

@ -1761,7 +1761,7 @@ gdk_event_translate (GdkEvent *event,
/* All these VK_OEM keycodes happen to be the corresponding ASCII /* All these VK_OEM keycodes happen to be the corresponding ASCII
* char + 0x90 * char + 0x90
*/ */
event->key.keyval = '+' - 0x90; event->key.keyval = msg->wParam - 0x90;
else else
ignore_wm_char = FALSE; ignore_wm_char = FALSE;
break; break;