From 4a37e170373bcf5ea978698371bacfde6829435c Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Wed, 29 Sep 2004 20:13:42 +0000 Subject: [project @ 2004-09-29 20:13:42 by jmb] Write heuristically-generated font names to choices file - should speed up program load a bit. Heuristic is re-run each time the choices file is saved. svn path=/import/netsurf/; revision=1294 --- riscos/dialog.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'riscos/dialog.c') diff --git a/riscos/dialog.c b/riscos/dialog.c index 47b587945..e3e40eb48 100644 --- a/riscos/dialog.c +++ b/riscos/dialog.c @@ -717,7 +717,7 @@ void ro_gui_dialog_click_config(wimp_pointer *pointer) void ro_gui_save_options(void) { - nsfont_fill_nametable(); + nsfont_fill_nametable(true); /* NCOS doesnt have the fancy Universal Boot vars; so select * the path to the choices file based on the build options */ #ifndef NCOS -- cgit v1.2.3