summaryrefslogtreecommitdiff
path: root/Makefile.defaults
diff options
context:
space:
mode:
authorMichael Drake <tlsa@netsurf-browser.org>2012-07-21 13:13:57 +0100
committerMichael Drake <tlsa@netsurf-browser.org>2012-07-21 13:13:57 +0100
commit5fc781d715cab48f03fb4d72558d35f65c6528c3 (patch)
treea1d4ab90d49c519ce680f813f8c876337eb7eb98 /Makefile.defaults
parenta2dadbbe1261ec89fc6b05f356baef06efdc6df7 (diff)
downloadnetsurf-5fc781d715cab48f03fb4d72558d35f65c6528c3.tar.gz
netsurf-5fc781d715cab48f03fb4d72558d35f65c6528c3.tar.bz2
Update default homepage URL to about:welcome. Make RISC OS front end use NETSURF_HOMEPAGE too.
Currently only the English welcome page will be fetched. Need to add language negotiation to choose best language option.
Diffstat (limited to 'Makefile.defaults')
-rw-r--r--Makefile.defaults2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.defaults b/Makefile.defaults
index 8995a7271..1fdb42552 100644
--- a/Makefile.defaults
+++ b/Makefile.defaults
@@ -86,7 +86,7 @@ NETSURF_UA_FORMAT_STRING := "NetSurf/%d.%d (%s; %s)"
# option does not apply to the RISC OS version, as it has its own local
# home page, and it can be changed by editing the end of gui_init2() in
# riscos/gui.c
-NETSURF_HOMEPAGE := "http://www.netsurf-browser.org/welcome/"
+NETSURF_HOMEPAGE := "about:welcome"
# Force using glibc internal iconv implementation instead of external libiconv
# Valid options: YES, NO