From ed3b59964ddac4474c704b744e950d375a61549c Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Sat, 19 Jan 2008 23:29:28 +0000 Subject: Fix menu entries svn path=/trunk/netsurf/; revision=3732 --- riscos/menus.c | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to 'riscos') diff --git a/riscos/menus.c b/riscos/menus.c index 60568626b..0e548f50b 100644 --- a/riscos/menus.c +++ b/riscos/menus.c @@ -1407,18 +1407,16 @@ bool ro_gui_menu_handle_action(wimp_w owner, menu_action action, /* help actions */ case HELP_OPEN_CONTENTS: - ro_gui_open_help_page("docs"); + ro_gui_open_help_page("documentation/index"); return true; case HELP_OPEN_GUIDE: - ro_gui_open_help_page("guide"); + ro_gui_open_help_page("documentation/guide"); return true; case HELP_OPEN_INFORMATION: - ro_gui_open_help_page("info"); + ro_gui_open_help_page("documentation/info"); return true; case HELP_OPEN_ABOUT: - browser_window_create( - "file:////Docs/about", - 0, 0, true); + ro_gui_open_help_page("about/index"); return true; case HELP_LAUNCH_INTERACTIVE: if (!ro_gui_interactive_help_available()) { -- cgit v1.2.3