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:
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 fe13409cee6..a2816d578b0 100644
--- a/source/blender/makesrna/intern/rna_main.c
+++ b/source/blender/makesrna/intern/rna_main.c
@@ -238,7 +238,7 @@ void RNA_def_main(BlenderRNA *brna)
{"textures", "ID", "rna_Main_tex_begin", "Textures", "Texture datablocks."},
{"ipos", "ID", "rna_Main_ipo_begin", "Ipos", "Ipo datablocks."},
{"keys", "ID", "rna_Main_key_begin", "Keys", "Key datablocks."},
- {"worlds", "ID", "rna_Main_world_begin", "Worlds", "World datablocks."},
+ {"worlds", "World", "rna_Main_world_begin", "Worlds", "World datablocks."},
{"scripts", "ID", "rna_Main_script_begin", "Scripts", "Script datablocks."},
{"vfonts", "ID", "rna_Main_vfont_begin", "VFonts", "VFont datablocks."},
{"texts", "ID", "rna_Main_text_begin", "Texts", "Text datablocks."},