diff options
author | Jorge Arellano Cid <jcid@dillo.org> | 2011-08-29 16:20:38 -0300 |
---|---|---|
committer | Jorge Arellano Cid <jcid@dillo.org> | 2011-08-29 16:20:38 -0300 |
commit | 7e7e06168ec31994a98a4f91a8498e00f1957d7c (patch) | |
tree | 7b9bb4bd74eb942e508522e598c19a09832eb3ce /src | |
parent | b7aac4d0bf42d11183506bc190da4b9183fd263b (diff) |
Added a few search options to dillorc. Also switched the default to duckduck.go
Diffstat (limited to 'src')
-rw-r--r-- | src/IO/about.c | 6 | ||||
-rw-r--r-- | src/prefs.c | 2 |
2 files changed, 1 insertions, 7 deletions
diff --git a/src/IO/about.c b/src/IO/about.c index f96dc111..ad033d90 100644 --- a/src/IO/about.c +++ b/src/IO/about.c @@ -154,12 +154,6 @@ const char *const AboutSplash= " <table border='0' cellspacing='0' cellpadding='5'><tr><td>\n" " <table border='0' cellpadding='2'><tr>\n" " <td> \n" -" <td><a href='http://www.google.com/'>Google</a>\n" -" <tr>\n" -" <td> \n" -" <td><a href='http://www.wikipedia.org/'>Wikipedia</a>\n" -" <tr>\n" -" <td> \n" " <td><a href='http://www.gutenberg.org/'>P. Gutenberg</a>\n" " <tr>\n" " <td> \n" diff --git a/src/prefs.c b/src/prefs.c index cbd1f5d8..58ac5c32 100644 --- a/src/prefs.c +++ b/src/prefs.c @@ -18,7 +18,7 @@ #define PREFS_FONT_CURSIVE "URW Chancery L" #define PREFS_FONT_FANTASY "DejaVu Sans" /* TODO: find good default */ #define PREFS_FONT_MONOSPACE "DejaVu Sans Mono" -#define PREFS_SEARCH_URL "http://www.google.com/search?ie=UTF-8&oe=UTF-8&q=%s" +#define PREFS_SEARCH_URL "http://duckduckgo.com/lite/?kp=-1&q=%s" #define PREFS_NO_PROXY "localhost 127.0.0.1" #define PREFS_SAVE_DIR "/tmp/" #define PREFS_HTTP_REFERER "host" |