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/gui.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'riscos/gui.c') diff --git a/riscos/gui.c b/riscos/gui.c index 339dffed6..eb635bdd9 100644 --- a/riscos/gui.c +++ b/riscos/gui.c @@ -217,7 +217,7 @@ void gui_init(int argc, char** argv) #ifndef ncos ro_gui_check_fonts(); #endif - nsfont_fill_nametable(); + nsfont_fill_nametable(false); /* Issue a *Desktop to poke AcornURI into life */ if (getenv("NetSurf$Start_URI_Handler")) -- cgit v1.2.3