1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-01-01 19:42:34 +01:00

added ###VERSION### and ###DATE### for being seded in the Makefile

This commit is contained in:
Martin Stubenschrott
2007-04-28 16:05:13 +00:00
parent cdcf828bb9
commit 3777c098da
4 changed files with 8 additions and 7 deletions

View File

@@ -91,7 +91,7 @@ var g_settings = [/*{{{*/
["focusedhintstyle", "fhs"],
["focusedhintstyle", "fhs"],
"CSS specification of focused hints appearance",
"null",
null,
"string",
null,
function(value) { set_pref("focusedhintstyle", value); },