diff options
author | corvid <corvid@lavabit.com> | 2011-08-05 17:50:38 +0000 |
---|---|---|
committer | corvid <corvid@lavabit.com> | 2011-08-05 17:50:38 +0000 |
commit | 5297d128347e23bfa42516b0cb2ead0560d844a7 (patch) | |
tree | 68e02770307fe8c324755e783cf684859d329358 /dillorc | |
parent | 9eff7b30b70ee13501dba6e6061cd312b3a7186e (diff) |
dillorc search_url explanatory text
Diffstat (limited to 'dillorc')
-rw-r--r-- | dillorc | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -112,8 +112,8 @@ # Set the URLs used by the web search dialog. # "%s" is replaced with the search keywords separated by '+'. # Format: search_url="[<label> ]<url>" -# You can have several search engines, with the first being the default. -# e.g. +# You can enable multiple search_url strings at once and select from among +# them at runtime, with the first being the default. # search_url="DuckDuckGo http://duckduckgo.com/html?q=%s" # search_url="Wikipedia http://www.wikipedia.org/w/index.php?search=%s&go=Go" # search_url="Lycos http://search.lycos.com/?query=%s" |