From e1c8f26537b74aa69eed4220244ef941c8b82613 Mon Sep 17 00:00:00 2001 From: Ton Roosendaal Date: Thu, 30 Oct 2003 10:56:06 +0000 Subject: - typo in toolbox, caused faceloop not to work. (making release notes, and checking it all... sorry!) --- source/blender/src/toolbox.c | 10 +++++----- 1 file 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}, -- cgit v1.2.3