Fix doc typos

Reported in bug 604902.
This commit is contained in:
Matthias Clasen 2009-12-18 21:47:03 -05:00
parent 7e11475298
commit a5475e0ec2

View File

@ -666,7 +666,7 @@ gtk_window_class_init (GtkWindowClass *klass)
GTK_PARAM_READWRITE)); GTK_PARAM_READWRITE));
/** /**
* GtkWindow:accept-focus-hint: * GtkWindow:accept-focus:
* *
* Whether the window should receive the input focus. * Whether the window should receive the input focus.
* *
@ -681,7 +681,7 @@ gtk_window_class_init (GtkWindowClass *klass)
GTK_PARAM_READWRITE)); GTK_PARAM_READWRITE));
/** /**
* GtkWindow:focus-on-map-hint: * GtkWindow:focus-on-map:
* *
* Whether the window should receive the input focus when mapped. * Whether the window should receive the input focus when mapped.
* *