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
path: root/source
diff options
context:
space:
mode:
authorAndrea Weikert <elubie@gmx.net>2008-12-23 15:25:44 +0300
committerAndrea Weikert <elubie@gmx.net>2008-12-23 15:25:44 +0300
commit7563e5e454652d5899ee2534b8d338950e2659e5 (patch)
treecaa733a161268cd6a335dfb62fc9f716d52a9fd9 /source
parent00d2cf3ddbdbe1162435249ad4cb359ca70b357a (diff)
2.5 MSVC9 projectfiles
* update for editors/animation editors/space_outliner and editors/screen * also fix compile error when INTERNATIONAL is set (will likely be solved with new font API)
Diffstat (limited to 'source')
-rw-r--r--source/blender/editors/space_outliner/outliner.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/space_outliner/outliner.c b/source/blender/editors/space_outliner/outliner.c
index 27a44079a6e..640c89803c8 100644
--- a/source/blender/editors/space_outliner/outliner.c
+++ b/source/blender/editors/space_outliner/outliner.c
@@ -3372,7 +3372,7 @@ static void outliner_draw_tree(Scene *scene, ARegion *ar, SpaceOops *soops)
int starty, startx;
float col[4];
-#ifdef INTERNATIONAL
+#if 0 // XXX was #ifdef INTERNATIONAL
FTF_SetFontSize('l');
BIF_SetScale(1.0);
#endif