From 28d9260ca463abe3992fd674cc127b6b2baa04aa Mon Sep 17 00:00:00 2001 From: Richard Wilson Date: Mon, 21 Mar 2005 15:27:31 +0000 Subject: [project @ 2005-03-21 15:27:31 by rjw] Correct wrong initial configuration. svn path=/import/netsurf/; revision=1568 --- riscos/gui.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/riscos/gui.c b/riscos/gui.c index fdd99c1a4..6a26591f9 100644 --- a/riscos/gui.c +++ b/riscos/gui.c @@ -223,7 +223,7 @@ void gui_init(int argc, char** argv) if (!option_theme) option_theme = strdup("Aletheia"); if (!option_toolbar_browser) - option_toolbar_browser = strdup("0123"); + option_toolbar_browser = strdup("0123|58|9"); if (!option_toolbar_hotlist) option_toolbar_hotlist = strdup("401|23"); if (!option_toolbar_history) -- cgit v1.2.3