From 26cc8488eae39bb6ff79d767ab033622e77930e5 Mon Sep 17 00:00:00 2001 From: Joshua Leung Date: Wed, 16 May 2007 05:03:33 +0000 Subject: [PATCH] Test-commit/Bugfix #6698: Wrong hotkey given in for the Remove Doubles entry in the 3d-view toolbox->edit->vertices menu. --- source/blender/src/toolbox.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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},