summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--riscos/gui.c2
1 files changed, 1 insertions, 1 deletions
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)