changing some labels in submenu.

This commit is contained in:
Enno Boland (tox) 2009-10-20 14:09:37 +02:00
parent 9dc703aff3
commit 75cc43047f
1 changed files with 4 additions and 2 deletions

View File

@ -38,9 +38,11 @@ static Key keys[] = {
};
static Item items[] = {
{ "Back", navigate, { .i = -1 } },
{ "Forward", navigate, { .i = +1 } },
{ "New Window", newwindow, { .v = NULL } },
{ "Reload", reload, { .b = FALSE } },
{ "Stop", stop, { 0 } },
{ "<===", navigate, { .i = -1 } },
{ "===>", navigate, { .i = +1 } },
{ "Paste URI", clipboard, { .b = TRUE } },
{ "Copy URI", clipboard, { .b = FALSE } },
};