Test-commit/Bugfix #6698:

Wrong hotkey given in for the Remove Doubles entry in the 3d-view toolbox->edit->vertices menu.
This commit is contained in:
Joshua Leung 2007-05-16 05:03:33 +00:00
parent 70a72d4133
commit 26cc8488ea

@ -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},