[Daniel Aleksandersen] Use encrypted Google search. Fixes #7289

This commit is contained in:
Yann Leboulanger 2013-01-14 20:13:45 +01:00
parent 4e4b88cb5b
commit 92f3898a3e
1 changed files with 1 additions and 1 deletions

View File

@ -186,7 +186,7 @@ class Config:
'last_roster_visible': [opt_bool, True],
'key_up_lines': [opt_int, 25, _('How many lines to store for Ctrl+KeyUP.')],
'version': [ opt_str, defs.version ], # which version created the config
'search_engine': [opt_str, 'http://www.google.com/search?&q=%s&sourceid=gajim'],
'search_engine': [opt_str, 'https://www.google.com/search?&q=%s&sourceid=gajim'],
'dictionary_url': [opt_str, 'WIKTIONARY', _("Either custom url with %s in it where %s is the word/phrase or 'WIKTIONARY' which means use wiktionary.")],
'always_english_wikipedia': [opt_bool, False],
'always_english_wiktionary': [opt_bool, True],