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:
authorCampbell Barton <ideasman42@gmail.com>2011-03-28 15:01:24 +0400
committerCampbell Barton <ideasman42@gmail.com>2011-03-28 15:01:24 +0400
commit76ad75b1bb7099e414a4991c2ecaf54dab87ac92 (patch)
tree979c1f4b9b33afe3176c3ae3d8f944963a9a98a1 /source/blender/makesrna/intern/rna_userdef.c
parentbd9854e7d1dee9b59ccab146c43db542e4873171 (diff)
Crouch on IRC noticed inconsistency between name COLOR_SETS & attribute bone_color_sets
Diffstat (limited to 'source/blender/makesrna/intern/rna_userdef.c')
-rw-r--r--source/blender/makesrna/intern/rna_userdef.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/makesrna/intern/rna_userdef.c b/source/blender/makesrna/intern/rna_userdef.c
index f481dbfa61d..c5a1db46e6c 100644
--- a/source/blender/makesrna/intern/rna_userdef.c
+++ b/source/blender/makesrna/intern/rna_userdef.c
@@ -1718,7 +1718,7 @@ static void rna_def_userdef_themes(BlenderRNA *brna)
static EnumPropertyItem active_theme_area[] = {
{0, "USER_INTERFACE", ICON_UI, "User Interface", ""},
- {18, "COLOR_SETS", ICON_COLOR, "Bone Color Sets", ""},
+ {18, "BONE_COLOR_SETS", ICON_COLOR, "Bone Color Sets", ""},
{1, "VIEW_3D", ICON_VIEW3D, "3D View", ""},
{2, "TIMELINE", ICON_TIME, "Timeline", ""},
{3, "GRAPH_EDITOR", ICON_IPO, "Graph Editor", ""},