summaryrefslogtreecommitdiff
path: root/amiga/gui.c
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2012-05-09 22:23:10 +0000
committerChris Young <chris@unsatisfactorysoftware.co.uk>2012-05-09 22:23:10 +0000
commit560d5d2035793e8902d68ba94294dce0fe549d2f (patch)
tree57c1ee6fad1b6d5fea4f5236e0a6c3511dc05e65 /amiga/gui.c
parent722a75bdf503143b0c44f0440523d3cea7ce1484 (diff)
downloadnetsurf-560d5d2035793e8902d68ba94294dce0fe549d2f.tar.gz
netsurf-560d5d2035793e8902d68ba94294dce0fe549d2f.tar.bz2
Allow a comma-separated list of fonts to be specified in font_unicode_list
to provide more preferred fonts. eg. if a user has dedicated Japanese and Korean fonts available they might want a config like: font_unicode:Japanese font_unicode_list:Korean,Code2000 This will scan Japanese and Korean fonts first, then fill in any blanks with Code2000 (followed by alphabetically all other fonts installed) svn path=/trunk/netsurf/; revision=13917
Diffstat (limited to 'amiga/gui.c')
-rwxr-xr-xamiga/gui.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/amiga/gui.c b/amiga/gui.c
index 136034987..cba209fb2 100755
--- a/amiga/gui.c
+++ b/amiga/gui.c
@@ -438,7 +438,7 @@ void ami_set_options(void)
search_engines_file_location = nsoption_charp(search_engines_file);
- sprintf(temp, "%s/UnicodeFontCache", current_user_dir);
+ sprintf(temp, "%s/FontGlyphCache", current_user_dir);
nsoption_setnull_charp(font_unicode_file,
(char *)strdup(temp));