From 5fc781d715cab48f03fb4d72558d35f65c6528c3 Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Sat, 21 Jul 2012 13:13:57 +0100 Subject: 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. --- Makefile.defaults | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.defaults') 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 -- cgit v1.2.1