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:
authorMatt Ebb <matt@mke3.net>2009-02-10 05:39:19 +0300
committerMatt Ebb <matt@mke3.net>2009-02-10 05:39:19 +0300
commitd262cde5f86a912c52212cbc849e9555112ed728 (patch)
tree998166c7157f408350f73c12daaaa2b369ae1c8e /source/blender/makesrna/intern/rna_userdef.c
parent181068454f7f6f18eba72b52339a65058945ff25 (diff)
* Some more icon file updates (thanks jendrzych), and associated UI tweaks.
Diffstat (limited to 'source/blender/makesrna/intern/rna_userdef.c')
-rw-r--r--source/blender/makesrna/intern/rna_userdef.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/source/blender/makesrna/intern/rna_userdef.c b/source/blender/makesrna/intern/rna_userdef.c
index c53976b5002..e5a5293c9ea 100644
--- a/source/blender/makesrna/intern/rna_userdef.c
+++ b/source/blender/makesrna/intern/rna_userdef.c
@@ -808,9 +808,9 @@ static void rna_def_userdef_theme_space_action(BlenderRNA *brna)
/* space_action */
- srna= RNA_def_struct(brna, "ThemeDopeSheetEditor", NULL);
+ srna= RNA_def_struct(brna, "ThemeDopeSheet", NULL);
RNA_def_struct_sdna(srna, "ThemeSpace");
- RNA_def_struct_ui_text(srna, "Theme DopeSheet Editor", "Theme settings for the DopeSheet Editor.");
+ RNA_def_struct_ui_text(srna, "Theme DopeSheet", "Theme settings for the DopeSheet.");
rna_def_userdef_theme_spaces_main(srna);
@@ -990,8 +990,8 @@ static void rna_def_userdef_themes(BlenderRNA *brna)
prop= RNA_def_property(srna, "dopesheet_editor", PROP_POINTER, PROP_NEVER_NULL);
RNA_def_property_pointer_sdna(prop, NULL, "tact");
- RNA_def_property_struct_type(prop, "ThemeDopeSheetEditor");
- RNA_def_property_ui_text(prop, "DopeSheet Editor", "");
+ RNA_def_property_struct_type(prop, "ThemeDopeSheet");
+ RNA_def_property_ui_text(prop, "DopeSheet", "");
prop= RNA_def_property(srna, "image_editor", PROP_POINTER, PROP_NEVER_NULL);
RNA_def_property_pointer_sdna(prop, NULL, "tima");