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
path: root/source
diff options
context:
space:
mode:
authorTom Musgrove <LetterRip@gmail.com>2006-03-11 05:44:44 +0300
committerTom Musgrove <LetterRip@gmail.com>2006-03-11 05:44:44 +0300
commit38b3660b4aab02ebb977a4b1e112e36fefef0765 (patch)
treee75bc8c68ae8a18317e6c6bf5231b2ae5a97cc73 /source
parent04ce5e8efe127b31ec6a551d4aecf164b5937bbc (diff)
==bug fix==
3773 - toolbox function name of 'select - non-triangles/quads' changed to 'select - non-triangle/quad faces' for clarity (user expected it to select verts and edges from the name)
Diffstat (limited to 'source')
-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 183884eb19d..fcfc6e05b09 100644
--- a/source/blender/src/toolbox.c
+++ b/source/blender/src/toolbox.c
@@ -856,7 +856,7 @@ static TBitem tb_mesh_select[]= {
{ 0, "Linked Flat Faces|Shift Ctrl Alt F", 15, NULL},
{ 0, "Triangles|Shift Ctrl Alt 3", 11, NULL},
{ 0, "Quads|Shift Ctrl Alt 4", 12, NULL},
-{ 0, "Non-Triangles/Quads|Shift Ctrl Alt 5", 13, NULL},
+{ 0, "Non-Triangle/Quad Faces|Shift Ctrl Alt 5", 13, NULL},
{ 0, "SEPR", 0, NULL},
{ 0, "More|Ctrl NumPad +", 7, NULL},
{ 0, "Less|Ctrl NumPad -", 8, NULL},