From a7d41d3ac20d6e5587058fca132fd3578af58138 Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Sun, 3 Jul 2011 15:03:13 +0000 Subject: Pass correct plotter table for Drawfile export. svn path=/trunk/netsurf/; revision=12567 --- riscos/save_draw.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'riscos') diff --git a/riscos/save_draw.c b/riscos/save_draw.c index 76fcca4d9..43748c78e 100644 --- a/riscos/save_draw.c +++ b/riscos/save_draw.c @@ -95,7 +95,7 @@ bool save_as_draw(hlcache_handle *h, const char *path) os_error *error; struct redraw_context ctx = { .interactive = true, - .plot = &ro_plotters + .plot = &ro_save_draw_plotters }; ro_save_draw_diagram = pencil_create(); -- cgit v1.2.3