Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoilnen Leite <joilnen.leite@gmail.com>2007-05-22 07:13:01 +0400
committerJoilnen Leite <joilnen.leite@gmail.com>2007-05-22 07:13:01 +0400
commit6b103057e8111fd9070f09e7751f7b9ad650eb27 (patch)
treecc71ed5f774489daa45bcd1bdc7ba27d72a4706a /source/blender/src/toolbox.c
parentc4f6ac80df03aa236f8dbfe7dc92f6e06121cceb (diff)
adding python icon on torus in toolbox
Diffstat (limited to 'source/blender/src/toolbox.c')
-rw-r--r--source/blender/src/toolbox.c2
1 files changed, 1 insertions, 1 deletions
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++;