diff --git a/gtk/gtkwindow.c b/gtk/gtkwindow.c index e5d6080a50..f01820d1fb 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. *