Fix menu entries

svn path=/trunk/netsurf/; revision=3732
This commit is contained in:
John Mark Bell 2008-01-19 23:29:28 +00:00
parent 7ef6638af9
commit ed3b59964d
1 changed files with 4 additions and 6 deletions

View File

@ -1407,18 +1407,16 @@ bool ro_gui_menu_handle_action(wimp_w owner, menu_action action,
/* help actions */ /* help actions */
case HELP_OPEN_CONTENTS: case HELP_OPEN_CONTENTS:
ro_gui_open_help_page("docs"); ro_gui_open_help_page("documentation/index");
return true; return true;
case HELP_OPEN_GUIDE: case HELP_OPEN_GUIDE:
ro_gui_open_help_page("guide"); ro_gui_open_help_page("documentation/guide");
return true; return true;
case HELP_OPEN_INFORMATION: case HELP_OPEN_INFORMATION:
ro_gui_open_help_page("info"); ro_gui_open_help_page("documentation/info");
return true; return true;
case HELP_OPEN_ABOUT: case HELP_OPEN_ABOUT:
browser_window_create( ro_gui_open_help_page("about/index");
"file:///<NetSurf$Dir>/Docs/about",
0, 0, true);
return true; return true;
case HELP_LAUNCH_INTERACTIVE: case HELP_LAUNCH_INTERACTIVE:
if (!ro_gui_interactive_help_available()) { if (!ro_gui_interactive_help_available()) {