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/include/UI_icons.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source/blender/editors/include/UI_icons.h') diff --git a/source/blender/editors/include/UI_icons.h b/source/blender/editors/include/UI_icons.h index b4fad1f849a..b4263935407 100644 --- a/source/blender/editors/include/UI_icons.h +++ b/source/blender/editors/include/UI_icons.h @@ -322,8 +322,8 @@ DEF_ICON(OUTLINER_OB_CAMERA) DEF_ICON(OUTLINER_OB_ARMATURE) DEF_ICON(OUTLINER_OB_FONT) DEF_ICON(OUTLINER_OB_SURFACE) +DEF_ICON(OUTLINER_OB_SPEAKER) #ifndef DEF_ICON_BLANK_SKIP - DEF_ICON(BLANK119) DEF_ICON(BLANK120) DEF_ICON(BLANK121) DEF_ICON(BLANK122) @@ -354,9 +354,9 @@ DEF_ICON(OUTLINER_DATA_CAMERA) DEF_ICON(OUTLINER_DATA_ARMATURE) DEF_ICON(OUTLINER_DATA_FONT) DEF_ICON(OUTLINER_DATA_SURFACE) +DEF_ICON(OUTLINER_DATA_SPEAKER) DEF_ICON(OUTLINER_DATA_POSE) #ifndef DEF_ICON_BLANK_SKIP - DEF_ICON(BLANK129) DEF_ICON(BLANK130) DEF_ICON(BLANK131) DEF_ICON(BLANK132) -- cgit v1.2.3