I changed something, but I forgot what.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31650 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robert Roebling
2005-01-30 13:04:05 +00:00
parent f675893925
commit 001a26f974
2 changed files with 2 additions and 2 deletions

View File

@@ -1172,7 +1172,7 @@ static gint gtk_window_key_press_callback( GtkWidget *widget,
if ( !wxTranslateGTKKeyEventToWx(event, win, gdk_event) )
{
// unknown key pressed, ignore (the event would be useless anyhow)
// 2005.02.22 modified by PCMan.
// 2005.02.22 modified by hzysoft@sina.com.tw.
// In GTK+ 1.2, strings sent by IMs are also regarded as key_press events whose
// keyCodes cannot be recognized by wxWidgets. These MBCS strings, however, are
// composed of more than one character, which means gdk_event->length will always

View File

@@ -1172,7 +1172,7 @@ static gint gtk_window_key_press_callback( GtkWidget *widget,
if ( !wxTranslateGTKKeyEventToWx(event, win, gdk_event) )
{
// unknown key pressed, ignore (the event would be useless anyhow)
// 2005.02.22 modified by PCMan.
// 2005.02.22 modified by hzysoft@sina.com.tw.
// In GTK+ 1.2, strings sent by IMs are also regarded as key_press events whose
// keyCodes cannot be recognized by wxWidgets. These MBCS strings, however, are
// composed of more than one character, which means gdk_event->length will always