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:
authorMatt Ebb <matt@mke3.net>2004-08-18 10:59:27 +0400
committerMatt Ebb <matt@mke3.net>2004-08-18 10:59:27 +0400
commitf1ff79e5afb0ad9a880a047506abd8375cbb7da8 (patch)
tree398ef705f91a4b41dfdc679de5b1b1984ded08bb /source/blender/src/toolbox.c
parent6d05bea70bbb5dbc400e6eae78200ca420d0a29a (diff)
Added a missing hotkey in the toolbox.
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 02f2dc680b2..fd4c7274eb1 100644
--- a/source/blender/src/toolbox.c
+++ b/source/blender/src/toolbox.c
@@ -1705,7 +1705,7 @@ static TBitem tb_mesh_edit_vertex[]= {
static TBitem tb_mesh_edit_edge[]= {
{ 0, "Make Edge/Face|F", 5, NULL},
{ 0, "SEPR", 0, NULL},
-{ 0, "Bevel", 6, NULL},
+{ 0, "Bevel|W, Alt 1", 6, NULL},
{ 0, "Loop Subdivide|Ctrl R", 4, NULL},
{ 0, "Knife Subdivide...|Shift K", 3, NULL},
{ 0, "SEPR", 0, NULL},