about summary refs log tree commit diff stats
path: root/about.c
diff options
context:
space:
mode:
Diffstat (limited to 'about.c')
-rw-r--r--about.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/about.c b/about.c
index fdab608..d9c1fc0 100644
--- a/about.c
+++ b/about.c
@@ -117,7 +117,7 @@ struct search_type {
 	const char		*name;
 	const char		*url;
 } search_list[] = {
-	{ "Google (SSL)",	"https://encrypted.google.com/search?q=%s&&client=xombrero" },
+	{ "Google (SSL)",	"https://encrypted.google.com/search?q=%s" },
 	{ "Bing",		"http://www.bing.com/search?q=%s" },
 	{ "Yahoo",		"http://search.yahoo.com/search?p=%s" },
 	{ "DuckDuckGo",		"https://duckduckgo.com/?q=%s" },