mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-27 06:00:22 +00:00
widget: Fix a typo in documentation
This commit is contained in:
parent
4ae362d138
commit
55af84d359
@ -1067,7 +1067,7 @@ gtk_widget_class_init (GtkWidgetClass *klass)
|
||||
widget_props[PROP_CURSOR] =
|
||||
g_param_spec_object("cursor",
|
||||
P_("Cursor"),
|
||||
P_("The cursor to show when hoving above widget"),
|
||||
P_("The cursor to show when hovering above widget"),
|
||||
GDK_TYPE_CURSOR,
|
||||
GTK_PARAM_READWRITE|G_PARAM_EXPLICIT_NOTIFY);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user