Remove Google as default search engine
This commit is contained in:
		
							parent
							
								
									b9b5690bc4
								
							
						
					
					
						commit
						2eb2039a3f
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -178,7 +178,7 @@ class Config:
 | 
				
			||||||
        'last_roster_visible': [opt_bool, True],
 | 
					        'last_roster_visible': [opt_bool, True],
 | 
				
			||||||
        'key_up_lines': [opt_int, 25, _('How many lines to store for Ctrl+KeyUP.')],
 | 
					        'key_up_lines': [opt_int, 25, _('How many lines to store for Ctrl+KeyUP.')],
 | 
				
			||||||
        'version': [opt_str, gajim.__version__], # which version created the config
 | 
					        '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.")],
 | 
					        '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_wikipedia': [opt_bool, False],
 | 
				
			||||||
        'always_english_wiktionary': [opt_bool, True],
 | 
					        'always_english_wiktionary': [opt_bool, True],
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		
		Reference in a new issue