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:
authorXiao Xiangquan <xiaoxiangquan@gmail.com>2011-08-12 02:14:07 +0400
committerXiao Xiangquan <xiaoxiangquan@gmail.com>2011-08-12 02:14:07 +0400
commitb99f7af35725255cafffb03555e8eb21e326797e (patch)
tree58865b7c1b3a0a90a1bb0864e299ca8f8736e476 /source/blender/makesrna/RNA_access.h
parent465c3b82fa8320c0366eaa72b2319c8b42f9c8f1 (diff)
remove gettext from mkaesrna, and update language packs
Diffstat (limited to 'source/blender/makesrna/RNA_access.h')
-rw-r--r--source/blender/makesrna/RNA_access.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/source/blender/makesrna/RNA_access.h b/source/blender/makesrna/RNA_access.h
index d7fd74d56eb..fa490eaafb1 100644
--- a/source/blender/makesrna/RNA_access.h
+++ b/source/blender/makesrna/RNA_access.h
@@ -582,6 +582,9 @@ extern StructRNA RNA_WorldTextureSlot;
extern StructRNA RNA_XnorController;
extern StructRNA RNA_XorController;
+/* make every name and description field surrounded by gettext */
+EnumPropertyItem* RNA_enum_items_gettexted(EnumPropertyItem *item);
+
/* make all types gettexted */
void RNA_types_init_gettext(void);