diff options
author | Matthias Clasen <maclas@gmx.de> | 2003-03-31 22:37:04 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2003-03-31 22:37:04 +0000 |
commit | 44dff2b5408df325624552663d95b6c49a816448 (patch) | |
tree | 9e1ba8abc97dae31ef56d7fa4b8d27be94a8d1d9 /gtk/gtkimcontext.c | |
parent | b10031de0d424f51fcff228275a4c5165bde6f7e (diff) | |
download | gtk+-44dff2b5408df325624552663d95b6c49a816448.tar.gz |
Fix docs. (#109510, Noah Levitt)
2003-04-01 Matthias Clasen <maclas@gmx.de>
* gtk/gtkimcontext.c (gtk_im_context_focus_in): Fix docs.
(#109510, Noah Levitt)
Diffstat (limited to 'gtk/gtkimcontext.c')
-rw-r--r-- | gtk/gtkimcontext.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkimcontext.c b/gtk/gtkimcontext.c index f29be5a241..cf7db71a13 100644 --- a/gtk/gtkimcontext.c +++ b/gtk/gtkimcontext.c @@ -321,7 +321,7 @@ gtk_im_context_filter_keypress (GtkIMContext *context, * @context: a #GtkIMContext * * Notify the input method that the widget to which this - * input context corresponds has lost gained. The input method + * input context corresponds has gained focus. The input method * may, for example, change the displayed feedback to reflect * this change. **/ |