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:
authorBastien Montagne <montagne29@wanadoo.fr>2012-04-13 23:59:29 +0400
committerBastien Montagne <montagne29@wanadoo.fr>2012-04-13 23:59:29 +0400
commit4c1c092fb95f1ee8edf05e91280e0ac71521ccd1 (patch)
tree4daf9b26b2218a0663106b8a36d54aaa640d6ae2 /source/blender/editors/util/SConscript
parent455b8212b6f64184979a292247bebd081a1e75d9 (diff)
Fixed (or partly fixed) various missing UI translations, mainly with some specific ops invocations (popup menus…), and (to some extent) with the undo/redo stuff.
Diffstat (limited to 'source/blender/editors/util/SConscript')
-rw-r--r--source/blender/editors/util/SConscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/util/SConscript b/source/blender/editors/util/SConscript
index 16501c59551..0a49c9c24a6 100644
--- a/source/blender/editors/util/SConscript
+++ b/source/blender/editors/util/SConscript
@@ -3,7 +3,7 @@ Import ('env')
sources = env.Glob('*.c')
-incs = '../include ../../blenlib ../../blenkernel ../../makesdna ../../imbuf'
+incs = '../include ../../blenfont ../../blenlib ../../blenkernel ../../makesdna ../../imbuf'
incs += ' ../../windowmanager #/intern/guardedalloc #/extern/glew/include'
incs += ' ../../makesrna ../../bmesh'
incs += ' ../../blenloader'