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-05-25 21:58:15 +0400
committerBastien Montagne <montagne29@wanadoo.fr>2012-05-25 21:58:15 +0400
commit178d541aad32a56c4c5ddbb00c89c1c1fa63db2b (patch)
tree1adde99ee7ecdb5bc43030db6bccb66b9bcbef8e /source/blender/editors/space_image/CMakeLists.txt
parent3fe10d475fa41d31ee143294dce4c0f335e5ffc5 (diff)
Fix most (all?) image space i18n UI bugs...
Diffstat (limited to 'source/blender/editors/space_image/CMakeLists.txt')
-rw-r--r--source/blender/editors/space_image/CMakeLists.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/source/blender/editors/space_image/CMakeLists.txt b/source/blender/editors/space_image/CMakeLists.txt
index 3975a5f56f3..f397f2387d7 100644
--- a/source/blender/editors/space_image/CMakeLists.txt
+++ b/source/blender/editors/space_image/CMakeLists.txt
@@ -46,6 +46,10 @@ set(SRC
image_intern.h
)
+if(WITH_INTERNATIONAL)
+ add_definitions(-DWITH_INTERNATIONAL)
+endif()
+
if(WITH_IMAGE_OPENJPEG)
add_definitions(-DWITH_OPENJPEG)
endif()