Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'source/blender/src/language.c')
-rw-r--r--source/blender/src/language.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/src/language.c b/source/blender/src/language.c
index f7af2b61df3..16c3f1c82e1 100644
--- a/source/blender/src/language.c
+++ b/source/blender/src/language.c
@@ -250,7 +250,7 @@ void start_interface_font(void)
sprintf(U.fontname, "/.bfont.ttf\0");
#else
- sprintf(U.fontname, "/.bfont.ttf\0");
+ sprintf(U.fontname, ".blender/.bfont.ttf\0");
result = FTF_SetFont(U.fontname, U.fontsize);
#endif