From 893fa93c2d9385c1573d779a0304058d27ad1da8 Mon Sep 17 00:00:00 2001 From: Thomas Dinges Date: Wed, 1 Sep 2010 20:24:11 +0000 Subject: Fix for API changes. (31706) --- add_mesh_twisted_torus.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'add_mesh_twisted_torus.py') diff --git a/add_mesh_twisted_torus.py b/add_mesh_twisted_torus.py index 7377f304..62b59b34 100644 --- a/add_mesh_twisted_torus.py +++ b/add_mesh_twisted_torus.py @@ -349,7 +349,7 @@ class AddTwistedTorus(bpy.types.Operator): # Add to the menu def menu_func(self, context): - self.layout.operator(AddTwistedTorus.bl_idname, text="Twisted Torus", icon='MESH_DONUT') + self.layout.operator(AddTwistedTorus.bl_idname, text="Twisted Torus", icon='MESH_TORUS') def register(): -- cgit v1.2.3