Remove Google as default search engine
This commit is contained in:
parent
b9b5690bc4
commit
2eb2039a3f
|
@ -178,7 +178,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, gajim.__version__], # which version created the config
|
||||
'search_engine': [opt_str, 'https://www.google.com/search?&q=%s&sourceid=gajim'],
|
||||
'search_engine': [opt_str, 'https://duckduckgo.com/?q=%s'],
|
||||
'dictionary_url': [opt_str, 'WIKTIONARY', _("Either custom URL with %%s in it where %%s is the word/phrase or 'WIKTIONARY' which means use Wikitionary.")],
|
||||
'always_english_wikipedia': [opt_bool, False],
|
||||
'always_english_wiktionary': [opt_bool, True],
|
||||
|
|
Loading…
Reference in New Issue