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:
authorBrecht Van Lommel <brechtvanlommel@pandora.be>2008-12-31 18:02:40 +0300
committerBrecht Van Lommel <brechtvanlommel@pandora.be>2008-12-31 18:02:40 +0300
commitb65a3e9337ac1d9c3870e0e04ee96090bc7e9b23 (patch)
treeb9eb920e1c9dfab0900d9277c31442330ced7870 /source/blender/makesrna/intern/rna_main.c
parentba91587183105fb7edcab3d4f4e37ce0078bd86e (diff)
RNA
* DNA_text_types.h done, patch by Roelf de Kock. * Minor naming fixes in RNA-RNA.
Diffstat (limited to 'source/blender/makesrna/intern/rna_main.c')
-rw-r--r--source/blender/makesrna/intern/rna_main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/makesrna/intern/rna_main.c b/source/blender/makesrna/intern/rna_main.c
index cf6ebce2db6..0f809b99edc 100644
--- a/source/blender/makesrna/intern/rna_main.c
+++ b/source/blender/makesrna/intern/rna_main.c
@@ -243,7 +243,7 @@ void RNA_def_main(BlenderRNA *brna)
{"groups", "Group", "rna_Main_group_begin", "Groups", "Group datablocks."},
{"keys", "ID", "rna_Main_key_begin", "Keys", "Key datablocks."},
{"scripts", "ID", "rna_Main_script_begin", "Scripts", "Script datablocks."},
- {"texts", "ID", "rna_Main_text_begin", "Texts", "Text datablocks."},
+ {"texts", "Text", "rna_Main_text_begin", "Texts", "Text datablocks."},
{"sounds", "ID", "rna_Main_sound_begin", "Sounds", "Sound datablocks."},
{"armatures", "Armature", "rna_Main_armature_begin", "Armatures", "Armature datablocks."},
{"actions", "ID", "rna_Main_action_begin", "Actions", "Action datablocks."},