tchanging some labels in submenu. - surf - customized build of surf, the suckless webkit browser
HTML git clone git://src.adamsgaard.dk/surf
DIR Log
DIR Files
DIR Refs
DIR README
DIR LICENSE
---
DIR commit 75cc43047fc21ddcacd564766bb3211d9d0746e6
DIR parent 9dc703aff353836c27af2c8fc9c20f8866c37b15
HTML Author: Enno Boland (tox) <tox@s01.de>
Date: Tue, 20 Oct 2009 14:09:37 +0200
changing some labels in submenu.
Diffstat:
M config.def.h | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
---
DIR diff --git a/config.def.h b/config.def.h
t@@ -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 } },
};