summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xamiga/gui.c2
1 files changed, 1 insertions, 1 deletions
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'))