summaryrefslogtreecommitdiff
path: root/riscos/dialog.c
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2004-09-29 20:13:42 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2004-09-29 20:13:42 +0000
commit4a37e170373bcf5ea978698371bacfde6829435c (patch)
tree5fa7968663bd13cc382af1a3c090deb0212ba451 /riscos/dialog.c
parentd718a30c573fc7b65fabd6d338a5e09d0b60fd38 (diff)
downloadnetsurf-4a37e170373bcf5ea978698371bacfde6829435c.tar.gz
netsurf-4a37e170373bcf5ea978698371bacfde6829435c.tar.bz2
[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
Diffstat (limited to 'riscos/dialog.c')
-rw-r--r--riscos/dialog.c2
1 files changed, 1 insertions, 1 deletions
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