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:
authorTon Roosendaal <ton@blender.org>2005-06-02 14:12:13 +0400
committerTon Roosendaal <ton@blender.org>2005-06-02 14:12:13 +0400
commit83bd38bb418741ec5d157d0531179158a88da8a8 (patch)
tree3d5e97e78d7ac64221885db159b7e1601515fd0e /source
parente0bc6357436da194a5d7a3bff75a907d377f6432 (diff)
Bugfix #2652
Typo in toolbox, editmode curve, "set vector handle" should be hotkey V.
Diffstat (limited to 'source')
-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 16448c74838..5f9c66386db 100644
--- a/source/blender/src/toolbox.c
+++ b/source/blender/src/toolbox.c
@@ -1686,7 +1686,7 @@ static TBitem tb_curve_edit_cv[]= {
{ 0, "SEPR", 0, NULL},
{ 0, "Automatic|Shift H", 'H', NULL},
{ 0, "Toggle Free/Aligned|H", 'h', NULL},
-{ 0, "Vector|V", TB_ALT|'t', NULL},
+{ 0, "Vector|V", 'v', NULL},
{ 0, "SEPR", 0, NULL},
{ 0, "Make Vertex Parent|Ctrl P", TB_CTRL|'p', NULL},
{ 0, "Add Hook|Ctrl H", TB_CTRL|'h', NULL},
@@ -1833,7 +1833,7 @@ static TBitem tb_curve_hide[]= {
static TBitem tb_curve[]= {
{ 0, "Insert Keyframe|I", 'i', NULL},
{ 0, "SEPR", 0, NULL},
-{ 0, "Show/Hide Control Points", 0, tb_curve_hide},
+{ 0, "Show/Hide Points", 0, tb_curve_hide},
{ -1, "", 0, tb_do_hotkey}};
static TBitem tb_obdata[]= {