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:
authorMatt Ebb <matt@mke3.net>2006-01-27 00:18:02 +0300
committerMatt Ebb <matt@mke3.net>2006-01-27 00:18:02 +0300
commit517048eb3d40aff562feed2110da20ccba407d27 (patch)
tree02676a76a6b75c5fb07e743980748d2b0343df86 /source/blender/src/toolbox.c
parentfa54435615cc8129bf5ea4fea542386195f17dcf (diff)
* Put the Add->Group menu in the top info header too.
Diffstat (limited to 'source/blender/src/toolbox.c')
-rw-r--r--source/blender/src/toolbox.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/source/blender/src/toolbox.c b/source/blender/src/toolbox.c
index 876177e0f7b..5372bb292db 100644
--- a/source/blender/src/toolbox.c
+++ b/source/blender/src/toolbox.c
@@ -2243,8 +2243,8 @@ static TBitem addmenu_armature[]= {
{ -1, "", 0, do_info_addmenu}};
/* dynamic items */
-#define TB_ADD_GROUP 6
-#define TB_ADD_LAMP 9
+#define TB_ADD_GROUP 7
+#define TB_ADD_LAMP 10
static TBitem tb_add[]= {
{ 0, "Mesh", 0, addmenu_mesh},
@@ -2253,6 +2253,7 @@ static TBitem tb_add[]= {
{ 0, "Meta", 3, addmenu_meta},
{ 0, "Text", 4, NULL},
{ 0, "Empty", 5, NULL},
+{ 0, "SEPR", 0, NULL},
{ 0, "Group", 10, NULL},
{ 0, "SEPR", 0, NULL},
{ 0, "Camera", 6, NULL},