summaryrefslogtreecommitdiff
path: root/amiga/gui.c
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2014-02-07 17:51:12 +0000
committerChris Young <chris@unsatisfactorysoftware.co.uk>2014-02-07 17:51:12 +0000
commit41d7084356e0dd1616d771b260ef8c88319cc7f2 (patch)
tree62f4d77bb7e84ded8de41bb5082e388133bb10b3 /amiga/gui.c
parentf5f7dc99319179dcce9e13b2b13cf7da7eb643ae (diff)
downloadnetsurf-41d7084356e0dd1616d771b260ef8c88319cc7f2.tar.gz
netsurf-41d7084356e0dd1616d771b260ef8c88319cc7f2.tar.bz2
Initialise AmigaGuide help system only at the point of first use.
Diffstat (limited to 'amiga/gui.c')
-rw-r--r--amiga/gui.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/amiga/gui.c b/amiga/gui.c
index 9483fd4e3..7b5d30e78 100644
--- a/amiga/gui.c
+++ b/amiga/gui.c
@@ -442,7 +442,6 @@ void ami_open_resources(void)
TAG_DONE))) die(messages_get("NoMemory"));
ami_file_req_init();
- ami_help_init(NULL);
}
static UWORD ami_system_colour_scrollbar_fgpen(struct DrawInfo *drinfo)
@@ -2181,7 +2180,7 @@ void ami_handle_msg(void)
break;
case RAWKEY_HELP: // help
- ami_help_open(AMI_HELP_GUI);
+ ami_help_open(AMI_HELP_GUI, scrn);
break;
}
}