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:
authorJoerg Mueller <nexyon@gmail.com>2011-08-03 17:34:49 +0400
committerJoerg Mueller <nexyon@gmail.com>2011-08-03 17:34:49 +0400
commitfde1dc0fb2fd6275e85821f12a6bc362cc6a2d38 (patch)
tree1fa1b7f7b71d84d282585dad5391c4ff9abe7808 /source/blender/editors/animation
parenteb9d591898e93dbbe9e28865018175b9da730596 (diff)
Speaker Object icons, thanks Phil Gosch.
Diffstat (limited to 'source/blender/editors/animation')
-rw-r--r--source/blender/editors/animation/anim_channels_defines.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/animation/anim_channels_defines.c b/source/blender/editors/animation/anim_channels_defines.c
index f08b6e8b9a2..20597ca5cdd 100644
--- a/source/blender/editors/animation/anim_channels_defines.c
+++ b/source/blender/editors/animation/anim_channels_defines.c
@@ -608,7 +608,7 @@ static int acf_object_icon(bAnimListElem *ale)
case OB_LATTICE:
return ICON_OUTLINER_OB_LATTICE;
case OB_SPEAKER:
- return ICON_SPEAKER;
+ return ICON_OUTLINER_OB_SPEAKER;
case OB_ARMATURE:
return ICON_OUTLINER_OB_ARMATURE;
case OB_FONT: