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:
authorJuho Vepsalainen <bebraw@gmail.com>2007-10-20 16:16:54 +0400
committerJuho Vepsalainen <bebraw@gmail.com>2007-10-20 16:16:54 +0400
commite5a9e0b12a6d6aa334561edaf8a839f3f1a8d7d4 (patch)
tree76469e855b314a372af15acd078ae59daa4834f1 /source/blender/src/toolbox.c
parenta4c8783153b7ba94d74e7ff1e0ceafda731c6528 (diff)
Fix "Remove Doubles" of w menu and a couple of typos:
This commit makes "Remove Doubles" of w menu to work again. Also renamed "AutoMarge" to "AutoMerge". Added shortcut of "Select Inverse" to menus and renamed "Select/Deselect All" to be consistent with rest of Blender.
Diffstat (limited to 'source/blender/src/toolbox.c')
-rw-r--r--source/blender/src/toolbox.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/src/toolbox.c b/source/blender/src/toolbox.c
index 1951f3b1205..f517eec055c 100644
--- a/source/blender/src/toolbox.c
+++ b/source/blender/src/toolbox.c
@@ -921,8 +921,8 @@ static TBitem tb_face_select[]= {
static TBitem tb_mesh_select[]= {
{ 0, "Border Select|B", 0, NULL},
{ 0, "SEPR", 0, NULL},
-{ 0, "(De)select All|A", 2, NULL},
-{ 0, "Inverse", 3, NULL},
+{ 0, "Select/Deselect All|A", 2, NULL},
+{ 0, "Inverse|Ctrl I", 3, NULL},
{ 0, "SEPR", 0, NULL},
{ 0, "Random...", 5, NULL},
{ 0, "Non-Manifold|Shift Ctrl Alt M", 9, NULL},