From fde1dc0fb2fd6275e85821f12a6bc362cc6a2d38 Mon Sep 17 00:00:00 2001 From: Joerg Mueller Date: Wed, 3 Aug 2011 13:34:49 +0000 Subject: Speaker Object icons, thanks Phil Gosch. --- source/blender/editors/animation/anim_channels_defines.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/editors/animation') 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: -- cgit v1.2.3