diff options
author | Cosimo Cecchi <cosimoc@gnome.org> | 2015-12-20 18:48:08 -0800 |
---|---|---|
committer | Cosimo Cecchi <cosimoc@gnome.org> | 2015-12-21 09:22:16 -0800 |
commit | 729801c2a1bd8844fcb74e08c1543a3a6a6a44a9 (patch) | |
tree | 21fa77148fb35db17331bc3c5113c46b06dbf8ab | |
parent | 105b45dce0cfa33eb0f60d672ab94d9a1b5ab75d (diff) | |
download | gtk+-729801c2a1bd8844fcb74e08c1543a3a6a6a44a9.tar.gz |
menuitem: trivial doc improvement
-rw-r--r-- | gtk/gtkmenuitem.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/gtkmenuitem.c b/gtk/gtkmenuitem.c index e210c39aef..991581aa87 100644 --- a/gtk/gtkmenuitem.c +++ b/gtk/gtkmenuitem.c @@ -943,8 +943,8 @@ gtk_menu_item_class_init (GtkMenuItemClass *klass) * Amount of space used up by the arrow, relative to the menu item's font * size. * - * Deprecated: 3.20: use the standard min-width/min-height CSS properties; - * the value of this style property is ignored. + * Deprecated: 3.20: use the standard min-width/min-height CSS properties on + * the arrow node; the value of this style property is ignored. */ gtk_widget_class_install_style_property (widget_class, g_param_spec_float ("arrow-scaling", |