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>2004-04-20 14:46:28 +0400
committerTon Roosendaal <ton@blender.org>2004-04-20 14:46:28 +0400
commit8c22bae7c1b219669f931f63ac244d8b3c75f409 (patch)
treec743e04fb10ac0ded15da0e43a71c9c0a18eeb28 /source/blender/src/toolbox.c
parentccad67c92c0a1d0d329efbe8405cfa88c0ef4185 (diff)
Fix for #1172
Just an update for correct mentioning of shortcuts in toolbox menu.
Diffstat (limited to 'source/blender/src/toolbox.c')
-rw-r--r--source/blender/src/toolbox.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/source/blender/src/toolbox.c b/source/blender/src/toolbox.c
index cffcf1ed8ba..b69de18a342 100644
--- a/source/blender/src/toolbox.c
+++ b/source/blender/src/toolbox.c
@@ -1728,21 +1728,21 @@ static TBitem tb_mesh_edit_vertex[]= {
{ 0, "Separate|P", 3, NULL},
{ 0, "SEPR", 0, NULL},
{ 0, "Smooth|W, 0", 2, NULL},
-{ 0, "Remove Doubles|Alt M", 1, NULL},
+{ 0, "Remove Doubles|W, 5", 1, NULL},
{ 0, "SEPR", 0, NULL},
{ 0, "Make Vertex Parent|Ctrl P", 0, NULL},
{ -1, "", 0, do_view3d_edit_mesh_verticesmenu}};
static TBitem tb_mesh_edit_edge[]= {
{ 0, "Make Edge/Face|F", 5, NULL},
-{ 0, "SEPR", 0, NULL},
-{ 0, "Bevel", 6, NULL},
+{ 0, "SEPR", 0, NULL},
+{ 0, "Bevel", 6, NULL},
{ 0, "Loop Subdivide|Ctrl R", 4, NULL},
{ 0, "Knife Subdivide...|Shift K", 3, NULL},
{ 0, "SEPR", 0, NULL},
-{ 0, "Subdivide", 2, NULL},
-{ 0, "Subdivide Fractal", 1, NULL},
-{ 0, "Subdivide Smooth", 0, NULL},
+{ 0, "Subdivide|W, 1", 2, NULL},
+{ 0, "Subdivide Fractal|W, 2", 1, NULL},
+{ 0, "Subdivide Smooth|W, 3", 0, NULL},
{ -1, "", 0, do_view3d_edit_mesh_edgesmenu}};
static TBitem tb_mesh_edit_face[]= {