Add 'Add Bookmark' to the available toolbar items

This commit is contained in:
Christian Dywan 2009-10-28 22:54:42 +01:00
parent edb28df168
commit f955da564b

View file

@ -2589,7 +2589,7 @@ midori_browser_get_toolbar_actions (MidoriBrowser* browser)
"Fullscreen", "Preferences", "Window", "Bookmarks",
"RecentlyVisited", "ReloadStop", "ZoomIn", "TabClose",
"ZoomOut", "Separator", "Back", "Forward", "Homepage",
"Panel", "Trash", "Search", NULL };
"Panel", "Trash", "Search", "BookmarkAdd", NULL };
return actions;
}