summaryrefslogtreecommitdiff
path: root/riscos/help.c
diff options
context:
space:
mode:
Diffstat (limited to 'riscos/help.c')
-rw-r--r--riscos/help.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/riscos/help.c b/riscos/help.c
index 6a71fb1ec..ae2a2af84 100644
--- a/riscos/help.c
+++ b/riscos/help.c
@@ -35,7 +35,7 @@
#include "riscos/help.h"
#include "riscos/iconbar.h"
#include "riscos/menus.h"
-#include "riscos/options.h"
+#include "desktop/options.h"
#include "riscos/treeview.h"
#include "riscos/wimp.h"
#include "riscos/wimp_event.h"
@@ -106,7 +106,7 @@ void ro_gui_interactive_help_request(wimp_message *message)
int i;
/* check we aren't turned off */
- if (!option_interactive_help)
+ if (!nsoption_bool(interactive_help))
return;
/* only accept help requests */