summaryrefslogtreecommitdiff
path: root/riscos/history.c
diff options
context:
space:
mode:
Diffstat (limited to 'riscos/history.c')
-rw-r--r--riscos/history.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/riscos/history.c b/riscos/history.c
index 4389a41f8..4a2ac9456 100644
--- a/riscos/history.c
+++ b/riscos/history.c
@@ -351,7 +351,7 @@ void ro_gui_history_open(struct browser_window *bw,
state.visible.y1 = height;
state.next = wimp_HIDDEN;
wimp_open_window((wimp_open *) &state);
- ro_gui_dialog_open_persistant(bw->window->window, history_window, pointer);
+ ro_gui_dialog_open_persistent(bw->window->window, history_window, pointer);
}