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:
authorSergey Sharybin <sergey.vfx@gmail.com>2011-09-20 17:41:43 +0400
committerSergey Sharybin <sergey.vfx@gmail.com>2011-09-20 17:41:43 +0400
commitf0aac81466bb5b3a935d74d3a35b545002b0451b (patch)
tree4ff0b58172337883e4f7ac8420e90ae384d76ef5 /source/blender/editors/space_buttons/SConscript
parent1657cbe61a756222feac5107f87d0d699a92b4a6 (diff)
parent7172316b945c62797e6beba953ff203766614531 (diff)
Improved Internationalization and Localization
============================================== Commiting GSoC project by Xiangquan Xiao trunk. Applied as separated patch, because svn merge produces to much false conflicts and worked really slow. Details for usage would be published on code.blender.org soon. Thanks to Xiao for implementation of project, Campbell to code review, Dalai and Gez for pointing to nice font and everybody else who took part in improving i18n support.
Diffstat (limited to 'source/blender/editors/space_buttons/SConscript')
-rw-r--r--source/blender/editors/space_buttons/SConscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/space_buttons/SConscript b/source/blender/editors/space_buttons/SConscript
index a4270f1f59a..740353bc1f0 100644
--- a/source/blender/editors/space_buttons/SConscript
+++ b/source/blender/editors/space_buttons/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 ../../render/extern/include ../../blenloader'