From 0f805d1bd93ee81b7bd8babfd02bc009e6018b0b Mon Sep 17 00:00:00 2001 From: Daniel Boles Date: Sun, 8 Oct 2017 21:07:55 +0100 Subject: [PATCH] MenuButton: Document the correct no-direction icon Document open-menu-symbolic, which we use, not view-context-menu, which does not exist. --- gtk/gtkmenubutton.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk/gtkmenubutton.c b/gtk/gtkmenubutton.c index 2b04b6d33d..e7181e1069 100644 --- a/gtk/gtkmenubutton.c +++ b/gtk/gtkmenubutton.c @@ -31,7 +31,7 @@ * can hold almost any other standard #GtkWidget. The most commonly used * child is #GtkImage. If no widget is explicitely added to the #GtkMenuButton, * a #GtkImage is automatically created, using an arrow image oriented - * according to #GtkMenuButton:direction or the generic "view-context-menu" + * according to #GtkMenuButton:direction or the generic “open-menu-symbolic” * icon if the direction is not set. * * The positioning of the popup is determined by the #GtkMenuButton:direction