diff options
Diffstat (limited to 'gtk/gtkimcontextquartz.c')
-rw-r--r-- | gtk/gtkimcontextquartz.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkimcontextquartz.c b/gtk/gtkimcontextquartz.c index 6f0555582a..1749204643 100644 --- a/gtk/gtkimcontextquartz.c +++ b/gtk/gtkimcontextquartz.c @@ -280,7 +280,7 @@ quartz_focus_out (GtkIMContext *context) GtkIMContextQuartz *qc = GTK_IM_CONTEXT_QUARTZ (context); qc->focused = FALSE; - /* Commit any partially built strings or it'll mess up other GTK+ widgets in the window */ + /* Commit any partially built strings or it'll mess up other widgets in the window */ discard_preedit (context); } |