diff options
author | Soeren Sandmann <sandmann@daimi.au.dk> | 2002-10-05 15:09:29 +0000 |
---|---|---|
committer | Søren Sandmann Pedersen <ssp@src.gnome.org> | 2002-10-05 15:09:29 +0000 |
commit | a92b7a99f47389d8bc7e60fdc59540f39eb21f11 (patch) | |
tree | 2a92a6da447dd3482020a76cf79682c4dc937e78 /gtk/gtkimcontext.c | |
parent | 8409ada92ff408f41c3014ffa6401ce97da0e5ed (diff) | |
download | gtk+-a92b7a99f47389d8bc7e60fdc59540f39eb21f11.tar.gz |
docs/reference/gtk/tmpl/gtkfontseldlg.sgml, gdk/gdkwindow.c,
Sat Oct 5 16:47:03 2002 Soeren Sandmann <sandmann@daimi.au.dk>
* docs/reference/gtk/tmpl/gtkfontseldlg.sgml, gdk/gdkwindow.c,
gdk/x11/gdkwindow-x11.c, gtk/gtkfontsel.h, gtk/gtkimcontext.c,
gtk/gtktreeview.c, gtk/gtktreeviewcolumn.c
Documentation fixes:
#75170, Dan Winship;
#73220, Havoc Pennington;
#70742, Boris Shingarov;
#72007, Alexey A. Malyshev
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 51287e040e..3c6ba7971e 100644 --- a/gtk/gtkimcontext.c +++ b/gtk/gtkimcontext.c @@ -525,7 +525,7 @@ gtk_im_context_get_surrounding (GtkIMContext *context, * * Asks the widget that the input context is attached to to delete * characters around the cursor position by emitting the - * GtkIMContext::delete_context signal. Note that @offset and @n_chars + * GtkIMContext::delete_surrounding signal. Note that @offset and @n_chars * are in characters not in bytes, which differs from the usage other * places in #GtkIMContext. * |