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:
authorWilliam Reynish <billrey@me.com>2018-12-31 15:50:56 +0300
committerBrecht Van Lommel <brechtvanlommel@gmail.com>2018-12-31 15:52:45 +0300
commit27619d727187e6d5624837d792fe0f2311a04464 (patch)
tree34fd3da039716a0dd85a04112468bb1156242560 /source/blender/makesrna/intern/rna_action.c
parentd96596de294ec763bf4ffbbce4e2d1a9950580a7 (diff)
UI: icon set updates by Andrzej Ambroz.
Diffstat (limited to 'source/blender/makesrna/intern/rna_action.c')
-rw-r--r--source/blender/makesrna/intern/rna_action.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/makesrna/intern/rna_action.c b/source/blender/makesrna/intern/rna_action.c
index 8728f0634da..6a9d547042b 100644
--- a/source/blender/makesrna/intern/rna_action.c
+++ b/source/blender/makesrna/intern/rna_action.c
@@ -396,7 +396,7 @@ static void rna_def_dopesheet(BlenderRNA *brna)
RNA_def_property_boolean_negative_sdna(prop, NULL, "filterflag", ADS_FILTER_NOMODIFIERS);
RNA_def_property_ui_text(prop, "Display Modifier Data",
"Include visualization of animation data related to data-blocks linked to modifiers");
- RNA_def_property_ui_icon(prop, ICON_MODIFIER, 0);
+ RNA_def_property_ui_icon(prop, ICON_MODIFIER_DATA, 0);
RNA_def_property_update(prop, NC_ANIMATION | ND_ANIMCHAN | NA_EDITED, NULL);
prop = RNA_def_property(srna, "show_meshes", PROP_BOOLEAN, PROP_NONE);