summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2009-12-18 21:47:03 -0500
committerMatthias Clasen <mclasen@redhat.com>2009-12-18 21:48:18 -0500
commita5475e0ec288222effb6964cb85fc9d77684a154 (patch)
treecde1278d1111e963b7cad869661ab4586a6c8b49
parent7e114752988f4bf62034aa91dec496f980389f95 (diff)
downloadgdk-pixbuf-a5475e0ec288222effb6964cb85fc9d77684a154.tar.gz
Fix doc typos
Reported in bug 604902.
-rw-r--r--gtk/gtkwindow.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/gtkwindow.c b/gtk/gtkwindow.c
index e5d6080a5..f01820d1f 100644
--- a/gtk/gtkwindow.c
+++ b/gtk/gtkwindow.c
@@ -666,7 +666,7 @@ gtk_window_class_init (GtkWindowClass *klass)
GTK_PARAM_READWRITE));
/**
- * GtkWindow:accept-focus-hint:
+ * GtkWindow:accept-focus:
*
* Whether the window should receive the input focus.
*
@@ -681,7 +681,7 @@ gtk_window_class_init (GtkWindowClass *klass)
GTK_PARAM_READWRITE));
/**
- * GtkWindow:focus-on-map-hint:
+ * GtkWindow:focus-on-map:
*
* Whether the window should receive the input focus when mapped.
*