1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-03-14 03:05:47 +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 /////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////{{{ /////////////////////////////////////////////////////////////////////////////{{{
options.add(["enc[oding]"], options.add(["encoding", "enc"],
"Sets the current buffer's character encoding", "Sets the current buffer's character encoding",
"string", "UTF-8", "string", "UTF-8",
{ {