aboutsummaryrefslogtreecommitdiff
path: root/src/prefs.c
diff options
context:
space:
mode:
authorjcid <devnull@localhost>2008-10-14 16:04:53 +0200
committerjcid <devnull@localhost>2008-10-14 16:04:53 +0200
commitce8e972a10c9340312f21511de053242dad3f5db (patch)
tree47de2fc9a2df5eaba14ba10186de9be1323db458 /src/prefs.c
parent3a7e1c18f27a0b1cd49c3b44c291fae886310b70 (diff)
- Changed the google search URL (UTF-8 request)release-2_0
- Patch to recognize IPv6 numbers in the URL's authority part
Diffstat (limited to 'src/prefs.c')
-rw-r--r--src/prefs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/prefs.c b/src/prefs.c
index 48fe2a86..10e87d0c 100644
--- a/src/prefs.c
+++ b/src/prefs.c
@@ -42,7 +42,7 @@
#define D_VW_FONTNAME "DejaVu Sans"
#define D_FW_FONTNAME "DejaVu Sans Mono"
-#define D_SEARCH_URL "http://www.google.com/search?q=%s"
+#define D_SEARCH_URL "http://www.google.com/search?ie=UTF-8&oe=UTF-8&q=%s"
#define D_SAVE_DIR "/tmp/"
#define DW_COLOR_DEFAULT_BGND 0xdcd1ba