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-06-19 07:31:30 +0400
committerMatt Ebb <matt@mke3.net>2006-06-19 07:31:30 +0400
commit92522f420214d0db9a4b69833917685e093f4d59 (patch)
treedf271a978f53c85ccc572d7dcec1f98673939353 /source/blender/src/toolbox.c
parentb2dd3db414352ef309bbb4326b1412a69d9c4d0a (diff)
* Added and tweaked some missing menu items
Diffstat (limited to 'source/blender/src/toolbox.c')
-rw-r--r--source/blender/src/toolbox.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/source/blender/src/toolbox.c b/source/blender/src/toolbox.c
index 9a3036f866b..a690b20cf5c 100644
--- a/source/blender/src/toolbox.c
+++ b/source/blender/src/toolbox.c
@@ -864,9 +864,10 @@ static TBitem tb_mesh_select[]= {
{ 0, "Less|Ctrl NumPad -", 8, NULL},
{ 0, "SEPR", 0, NULL},
{ 0, "Linked Vertices|Ctrl L", 4, NULL},
-{ 0, "Path Select|W Alt 7", 16, NULL},
-{ 0, "Edge Loop Select|Ctrl E 6", 17, NULL},
-{ 0, "Edge Ring Select|Ctrl E 7", 18, NULL},
+{ 0, "Vertex Path|W Alt 7", 16, NULL},
+{ 0, "Edge Loop|Ctrl E 6", 17, NULL},
+{ 0, "Edge Ring|Ctrl E 7", 18, NULL},
+{ 0, "SEPR", 0, NULL},
{ 0, "Loop to Region|Ctrl E 8", 19, NULL},
{ 0, "Region to Loop|Ctrl E 9", 20, NULL},
{ -1, "", 0, do_view3d_select_meshmenu}};