summaryrefslogtreecommitdiff
path: root/riscos/history.c
diff options
context:
space:
mode:
authorAdrian Lees <adrian@aemulor.com>2005-07-16 05:54:45 +0000
committerAdrian Lees <adrian@aemulor.com>2005-07-16 05:54:45 +0000
commit4a5dc6d5ccafcf0cb2efc656011e1ce693c511cb (patch)
tree494d085d5fab504c1ccd4c70ee5d0eca9a1822c4 /riscos/history.c
parent46bc8ca1541d80b272e2ef0cbb499a4cb1bea659 (diff)
downloadnetsurf-4a5dc6d5ccafcf0cb2efc656011e1ce693c511cb.tar.gz
netsurf-4a5dc6d5ccafcf0cb2efc656011e1ce693c511cb.tar.bz2
[project @ 2005-07-16 05:54:45 by adrianl]
Thumbnails displayed and dragged for full page save; spelling correction svn path=/import/netsurf/; revision=1793
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);
}