common/config to have the vars from previous commit

This commit is contained in:
Nikos Kouremenos 2005-07-17 20:26:43 +00:00
parent 6104779bcb
commit 9b2f135c4b
1 changed files with 2 additions and 0 deletions

View File

@ -114,6 +114,8 @@ class Config:
'version': [ None, '0.8' ],
'always_compact_view': [opt_bool, False], # initial compact view state
'search_engine': [opt_str, 'http://www.google.com/search?&q='],
'dictionary_url': [opt_str, 'http://dictionary.reference.com/search?q='],
'always_english_wikipedia': [opt_bool, False],
}
__options_per_key = {