summaryrefslogtreecommitdiff
path: root/gtk/gtkwindow.c
diff options
context:
space:
mode:
authorVitaly Tishkov <tvv@sparc.spb.su>2002-01-10 16:36:25 +0000
committerVitaly Tishkov <tvv@src.gnome.org>2002-01-10 16:36:25 +0000
commitf74dd2386a74e66736dc3a8981a20c6b0835e6ad (patch)
treed37422d42400f44c01e3d1a9ca684a64227e8216 /gtk/gtkwindow.c
parentd3eb836dd4d4a34c0a1bd6fa48d76cd853723054 (diff)
downloadgtk+-f74dd2386a74e66736dc3a8981a20c6b0835e6ad.tar.gz
gtk/gtkimage.c gtk/gtkimcontext.c gtk/gtktreemodel.c
2002-01-10 Vitaly Tishkov <tvv@sparc.spb.su> * gtk/gtkimage.c * gtk/gtkimcontext.c * gtk/gtktreemodel.c * gtk/gtktreemodelsort.c * gtk/gtkwindow.c * docs/reference/gtk/tmpl/gtkselection.sgml fix docs
Diffstat (limited to 'gtk/gtkwindow.c')
-rw-r--r--gtk/gtkwindow.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkwindow.c b/gtk/gtkwindow.c
index b96832dd20..ed16e9370e 100644
--- a/gtk/gtkwindow.c
+++ b/gtk/gtkwindow.c
@@ -2523,7 +2523,7 @@ gtk_window_resize (GtkWindow *window,
* way is to simply set the window's semantic type with
* gtk_window_set_type_hint(), which allows the window manager to
* e.g. center dialogs. Also, if you set the transient parent of
- * dialogs with gtk_widget_set_transient_for() window managers
+ * dialogs with gtk_window_set_transient_for() window managers
* will often center the dialog over its parent window. It's
* much preferred to let the window manager handle these
* things rather than doing it yourself, because all apps will