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:
-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++;