1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-02-01 11:15:46 +01:00

Fix 'encoding' names.

Options require literal names.
This commit is contained in:
Doug Kearns
2009-09-04 20:21:51 +10:00
parent 0aa4d28ac5
commit 339592c4a2

View File

@@ -60,7 +60,7 @@ function Browser() //{{{
////////////////////// OPTIONS /////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////{{{
options.add(["enc[oding]"],
options.add(["encoding", "enc"],
"Sets the current buffer's character encoding",
"string", "UTF-8",
{