summaryrefslogtreecommitdiff
path: root/frontends/riscos/dialog.c
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2017-05-28 22:07:33 +0100
committerVincent Sanders <vince@kyllikki.org>2017-05-28 22:07:33 +0100
commit6b997431d34d3711c62cf4bfe7f3456f45072273 (patch)
treeec809dd85c4178d08492d449429be73c5b98a958 /frontends/riscos/dialog.c
parentf1fdd93ffda5181f325905c8509a2bea9d78eb41 (diff)
downloadnetsurf-6b997431d34d3711c62cf4bfe7f3456f45072273.tar.gz
netsurf-6b997431d34d3711c62cf4bfe7f3456f45072273.tar.bz2
update RISC OS frontend to use core window for local history
Diffstat (limited to 'frontends/riscos/dialog.c')
-rw-r--r--frontends/riscos/dialog.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/frontends/riscos/dialog.c b/frontends/riscos/dialog.c
index 1758221f7..7a0197cde 100644
--- a/frontends/riscos/dialog.c
+++ b/frontends/riscos/dialog.c
@@ -44,6 +44,7 @@
#include "riscos/configure.h"
#include "riscos/cookies.h"
#include "riscos/dialog.h"
+#include "riscos/local_history.h"
#include "riscos/global_history.h"
#include "riscos/gui.h"
#include "riscos/hotlist.h"
@@ -176,7 +177,7 @@ void ro_gui_dialog_init(void)
ro_gui_dialog_zoom_apply);
ro_gui_wimp_event_set_help_prefix(dialog_zoom, "HelpScaleView");
- /* Treeview initialisation has moved to the end, to allow any
+ /* core window based initialisation done last to allow any
* associated dialogues to be set up first.
*/
@@ -186,6 +187,9 @@ void ro_gui_dialog_init(void)
/* hotlist window */
ro_gui_hotlist_initialise();
+ /* local history window */
+ ro_gui_local_history_initialise();
+
/* global history window */
ro_gui_global_history_initialise();