Speaker Object icons, thanks Phil Gosch.

This commit is contained in:
2011-08-03 13:34:49 +00:00
parent eb9d591898
commit fde1dc0fb2
6 changed files with 6737 additions and 6665 deletions

View File

@@ -287,7 +287,7 @@ class INFO_MT_add(bpy.types.Menu):
layout.operator("object.add", text="Empty", icon='OUTLINER_OB_EMPTY').type = 'EMPTY'
layout.separator()
layout.operator("object.speaker_add", text="Speaker", icon='SPEAKER')
layout.operator("object.speaker_add", text="Speaker", icon='OUTLINER_OB_SPEAKER')
layout.separator()
layout.operator("object.camera_add", text="Camera", icon='OUTLINER_OB_CAMERA')