Add Close Tab to the available toolbar actions
This commit is contained in:
parent
ef785dd784
commit
438566d87f
1 changed files with 1 additions and 1 deletions
|
@ -2372,7 +2372,7 @@ midori_browser_get_toolbar_actions (MidoriBrowser* browser)
|
||||||
static const gchar* actions[] = {
|
static const gchar* actions[] = {
|
||||||
"WindowNew", "TabNew", "Open", "SaveAs", "Print", "Find",
|
"WindowNew", "TabNew", "Open", "SaveAs", "Print", "Find",
|
||||||
"Fullscreen", "Preferences", "Window", "Bookmarks",
|
"Fullscreen", "Preferences", "Window", "Bookmarks",
|
||||||
"RecentlyVisited", "ReloadStop", "ZoomIn",
|
"RecentlyVisited", "ReloadStop", "ZoomIn", "TabClose",
|
||||||
"ZoomOut", "Separator", "Back", "Forward", "Homepage",
|
"ZoomOut", "Separator", "Back", "Forward", "Homepage",
|
||||||
"Panel", "Trash", "Search", NULL };
|
"Panel", "Trash", "Search", NULL };
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue