changeset: 137:46e1753d02c0
user: Enno Boland (tox) <tox_AT_s01.de>
date: Tue Oct 20 14:09:37 2009 +0200
files: config.def.h
description:
changing some labels in submenu.
diff -r 560e81bd9345 -r 46e1753d02c0 config.def.h
--- a/config.def.h Sat Oct 17 20:54:11 2009 +0200
+++ b/config.def.h Tue Oct 20 14:09:37 2009 +0200
@@ -38,9 +38,11 @@
};
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 } },
};
Received on Tue Oct 20 2009 - 17:48:48 UTC
This archive was generated by hypermail 2.2.0 : Tue Oct 20 2009 - 18:00:09 UTC