Use Properties stock icon for the compact menu
This commit is contained in:
parent
8ad224c9a8
commit
5f90c91a24
1 changed files with 1 additions and 1 deletions
|
@ -5668,7 +5668,7 @@ midori_browser_init (MidoriBrowser* browser)
|
||||||
action = g_object_new (KATZE_TYPE_ARRAY_ACTION,
|
action = g_object_new (KATZE_TYPE_ARRAY_ACTION,
|
||||||
"name", "CompactMenu",
|
"name", "CompactMenu",
|
||||||
"label", _("_Menu"),
|
"label", _("_Menu"),
|
||||||
"stock-id", STOCK_WEB_BROWSER,
|
"stock-id", GTK_STOCK_PROPERTIES,
|
||||||
"tooltip", _("Menu"),
|
"tooltip", _("Menu"),
|
||||||
"array", katze_array_new (KATZE_TYPE_ITEM),
|
"array", katze_array_new (KATZE_TYPE_ITEM),
|
||||||
NULL);
|
NULL);
|
||||||
|
|
Loading…
Reference in a new issue