diff options
author | Sebastian Geerken <devnull@localhost> | 2012-11-14 14:04:25 +0100 |
---|---|---|
committer | Sebastian Geerken <devnull@localhost> | 2012-11-14 14:04:25 +0100 |
commit | 53e9245bcbaea2b7b4485369aa2289f1d102f26c (patch) | |
tree | 686a6e3125fca5c7889d2010633d697704bf33c9 /src/prefsparser.cc | |
parent | 7a991750e1f7bdfe6bd39f95343cc742d00c6596 (diff) |
Cleaned up preferences.
Diffstat (limited to 'src/prefsparser.cc')
-rw-r--r-- | src/prefsparser.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/prefsparser.cc b/src/prefsparser.cc index d555a55f..ceba7dd7 100644 --- a/src/prefsparser.cc +++ b/src/prefsparser.cc @@ -112,6 +112,7 @@ int PrefsParser::parseOption(char *name, char *value) { "theme", &prefs.theme, PREFS_STRING }, { "w3c_plus_heuristics", &prefs.w3c_plus_heuristics, PREFS_BOOL }, { "penalty_hyphen", &prefs.penalty_hyphen, PREFS_FRACTION_100 }, + { "penalty_hyphen_2", &prefs.penalty_hyphen_2, PREFS_FRACTION_100 } }; node = NULL; |