diff --git a/source/blender/src/toolbox.c b/source/blender/src/toolbox.c index 8bc722f798d..8ce7dddb984 100644 --- a/source/blender/src/toolbox.c +++ b/source/blender/src/toolbox.c @@ -1665,6 +1665,7 @@ static TBitem tb_mesh_select[]= { { 0, "More|Ctrl NumPad +", 7, NULL}, { 0, "Less|Ctrl NumPad -", 8, NULL}, { 0, "SEPR", 0, NULL}, +{ 0, "Vertex Loop...|Alt-B", 10, NULL}, { 0, "Face Loop...|Shift R", 6, NULL}, { 0, "Linked Vertices|Ctrl L", 4, NULL}, { -1, "", 0, do_view3d_select_meshmenu}};