Changeset 6427 for branches/gajim_0.10/src/common/config.py
- Timestamp:
- 06/05/06 12:44:37 (2 years ago)
- Files:
-
- 1 modified
-
branches/gajim_0.10/src/common/config.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/gajim_0.10/src/common/config.py
r6170 r6427 135 135 'show_roster_on_startup': [opt_bool, True], 136 136 'key_up_lines': [opt_int, 25, _('How many lines to store for Ctrl+KeyUP.')], 137 'version': [ opt_str, '0.10 ' ], # which version created the config137 'version': [ opt_str, '0.10.1' ], # which version created the config 138 138 'search_engine': [opt_str, 'http://www.google.com/search?&q=%s&sourceid=gajim'], 139 139 'dictionary_url': [opt_str, 'WIKTIONARY', _("Either custom url with %s in it where %s is the word/phrase or 'WIKTIONARY' which means use wiktionary.")],
