Use Preferences icon for Tools if used in the toolbar
This commit is contained in:
parent
ded1573054
commit
c7601bdb9a
1 changed files with 1 additions and 0 deletions
|
@ -5746,6 +5746,7 @@ midori_browser_init (MidoriBrowser* browser)
|
||||||
action = g_object_new (KATZE_TYPE_ARRAY_ACTION,
|
action = g_object_new (KATZE_TYPE_ARRAY_ACTION,
|
||||||
"name", "Tools",
|
"name", "Tools",
|
||||||
"label", _("_Tools"),
|
"label", _("_Tools"),
|
||||||
|
"stock-id", GTK_STOCK_PREFERENCES,
|
||||||
"array", katze_array_new (KATZE_TYPE_ITEM),
|
"array", katze_array_new (KATZE_TYPE_ITEM),
|
||||||
NULL);
|
NULL);
|
||||||
g_object_connect (action,
|
g_object_connect (action,
|
||||||
|
|
Loading…
Reference in a new issue