From 6b103057e8111fd9070f09e7751f7b9ad650eb27 Mon Sep 17 00:00:00 2001 From: Joilnen Leite Date: Tue, 22 May 2007 03:13:01 +0000 Subject: adding python icon on torus in toolbox --- source/blender/src/toolbox.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/src/toolbox.c') diff --git a/source/blender/src/toolbox.c b/source/blender/src/toolbox.c index 5834aecc160..15193c1b460 100644 --- a/source/blender/src/toolbox.c +++ b/source/blender/src/toolbox.c @@ -1911,7 +1911,7 @@ static TBitem *create_mesh_sublevel(ListBase *storage) /* note that we account for the 10 previous entries with i+4: */ for (pym = BPyMenuTable[PYMENU_ADDMESH]; pym; pym = pym->next, i++) { - mm->icon = 0; + mm->icon = ICON_PYTHON; mm->retval= i+20; mm->name = pym->name; mm++; a++; -- cgit v1.2.3