Use Preferences icon for Tools if used in the toolbar

This commit is contained in:
Christian Dywan 2009-12-03 00:06:53 +01:00
parent ded1573054
commit c7601bdb9a

View file

@ -5746,6 +5746,7 @@ midori_browser_init (MidoriBrowser* browser)
action = g_object_new (KATZE_TYPE_ARRAY_ACTION,
"name", "Tools",
"label", _("_Tools"),
"stock-id", GTK_STOCK_PREFERENCES,
"array", katze_array_new (KATZE_TYPE_ITEM),
NULL);
g_object_connect (action,