From 0a70f6ede11b71bf89abda634736e9deb5cfc07b Mon Sep 17 00:00:00 2001 From: Chris Young Date: Fri, 6 Aug 2010 17:29:57 +0000 Subject: Correct font name svn path=/trunk/netsurf/; revision=10683 --- amiga/gui.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'amiga/gui.c') diff --git a/amiga/gui.c b/amiga/gui.c index 3986d2d0e..f3e790f89 100755 --- a/amiga/gui.c +++ b/amiga/gui.c @@ -381,7 +381,7 @@ void ami_set_options(void) UnLock(lock); option_font_unicode = (char *)strdup("Bitstream Cyberbit"); } - else option_font_unicode = (char *)strdup("Deja Vu Sans"); + else option_font_unicode = (char *)strdup("DejaVu Sans"); } if((!option_theme) || (option_theme[0] == '\0')) -- cgit v1.2.3