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:
authorJoshua Leung <aligorith@gmail.com>2007-05-16 09:03:33 +0400
committerJoshua Leung <aligorith@gmail.com>2007-05-16 09:03:33 +0400
commit26cc8488eae39bb6ff79d767ab033622e77930e5 (patch)
tree62d6b781e63052c785858d311e667b1e0ac4c5c8 /source/blender/src/toolbox.c
parent70a72d4133736fc4b56a806f60851396d84ba435 (diff)
Test-commit/Bugfix #6698:
Wrong hotkey given in for the Remove Doubles entry in the 3d-view toolbox->edit->vertices menu.
Diffstat (limited to 'source/blender/src/toolbox.c')
-rw-r--r--source/blender/src/toolbox.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/src/toolbox.c b/source/blender/src/toolbox.c
index 026fca8d7d2..5834aecc160 100644
--- a/source/blender/src/toolbox.c
+++ b/source/blender/src/toolbox.c
@@ -1012,7 +1012,7 @@ static TBitem tb_mesh_edit_vertex[]= {
{ 0, "Separate|P", 3, NULL},
{ 0, "SEPR", 0, NULL},
{ 0, "Smooth|W, Alt 1", 2, NULL},
-{ 0, "Remove Doubles|W, 5", 1, NULL},
+{ 0, "Remove Doubles|W, 6", 1, NULL},
{ 0, "SEPR", 0, NULL},
{ 0, "Make Vertex Parent|Ctrl P", 0, NULL},
{ 0, "Add Hook|Ctrl H", 6, NULL},