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:
authorTon Roosendaal <ton@blender.org>2003-10-30 13:56:06 +0300
committerTon Roosendaal <ton@blender.org>2003-10-30 13:56:06 +0300
commite1c8f26537b74aa69eed4220244ef941c8b82613 (patch)
tree7f162ed8995df5c67b7b5889bad08eef1d7d217c
parent2e832d50cd356bc8a6ed62f31e291bb226a5848e (diff)
- typo in toolbox, caused faceloop not to work.v2.30
(making release notes, and checking it all... sorry!)
-rw-r--r--source/blender/src/toolbox.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/source/blender/src/toolbox.c b/source/blender/src/toolbox.c
index 9ef61cee5ec..e476ee1f1c2 100644
--- a/source/blender/src/toolbox.c
+++ b/source/blender/src/toolbox.c
@@ -1576,13 +1576,13 @@ static TBitem tb_object_select[]= {
static TBitem tb_mesh_select[]= {
-{ 0, "Border Select|B", 1, NULL},
+{ 0, "Border Select|B", 0, NULL},
{ 0, "SEPR", 0, NULL},
{ 0, "(De)select All|A", 2, NULL},
-{ 0, "Inverse", 3, NULL},
+{ 0, "Inverse", 3, NULL},
{ 0, "SEPR", 0, NULL},
-{ 0, "Face Loop|Shift R", 4, NULL},
-{ 0, "Linked Vertices|Ctrl L", 5, NULL},
+{ 0, "Face Loop|Shift R", 6, NULL},
+{ 0, "Linked Vertices|Ctrl L", 4, NULL},
{ -1, "", 0, do_view3d_select_meshmenu}};
@@ -1653,7 +1653,7 @@ static TBitem tb_mesh_edit_vertex[]= {
static TBitem tb_mesh_edit_edge[]= {
{ 0, "Make Edge/Face|F", 5, NULL},
-{ 0, "Loop SubdivideCtrl R", 4, NULL},
+{ 0, "Loop Subdivide|Ctrl R", 4, NULL},
{ 0, "Knife Subdivide...|Shift K", 3, NULL},
{ 0, "SEPR", 0, NULL},
{ 0, "Subdivide", 2, NULL},