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/header_filesel.c')
-rw-r--r--source/blender/src/header_filesel.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/blender/src/header_filesel.c b/source/blender/src/header_filesel.c
index f8a90f9ba03..8ef4ed9dc24 100644
--- a/source/blender/src/header_filesel.c
+++ b/source/blender/src/header_filesel.c
@@ -158,6 +158,7 @@ void file_buttons(void)
xco+= 100; // scroll
}
+ #ifdef INTERNATIONAL
else if(sfile->type==FILE_LOADFONT) {
uiDefIconButBitS(block, TOG, FILE_SHOWSHORT, B_SORTFILELIST, ICON_FONTPREVIEW, xco+= XIC, 0, XIC, YIC, &sfile->f_fp, 0, 0, 0, 0, "Activate font preview");
if (sfile->f_fp)
@@ -165,6 +166,7 @@ void file_buttons(void)
xco+= 100; // scroll
}
+ #endif
uiDrawBlock(block);