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>2011-11-09 18:13:17 +0400
committerBastien Montagne <montagne29@wanadoo.fr>2011-11-09 18:13:17 +0400
commite4269043b492d2fb3ae1b751148d327ff59a26c9 (patch)
treed00688c4bdf64308cdba45fc56640df6ed5532a5 /source/blender/editors/interface/interface_templates.c
parentee1569b9330a231d8781045853f5f794518de492 (diff)
Moving i18n code to BLF_translation.h
This way, we will be able to use it in non-UI parts of the code too.
Diffstat (limited to 'source/blender/editors/interface/interface_templates.c')
-rw-r--r--source/blender/editors/interface/interface_templates.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/blender/editors/interface/interface_templates.c b/source/blender/editors/interface/interface_templates.c
index a3d71674a03..6cd538112e6 100644
--- a/source/blender/editors/interface/interface_templates.c
+++ b/source/blender/editors/interface/interface_templates.c
@@ -40,6 +40,8 @@
#include "BLI_string.h"
#include "BLI_ghash.h"
+#include "BLF_translation.h"
+
#include "BKE_animsys.h"
#include "BKE_colortools.h"
#include "BKE_context.h"