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:
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 be3614cd6b5..026fca8d7d2 100644
--- a/source/blender/src/toolbox.c
+++ b/source/blender/src/toolbox.c
@@ -1129,7 +1129,7 @@ static TBitem tb_mesh[]= {
static TBitem tb_curve_hide[]= {
{ 0, "Show Hidden|Alt H", 10, NULL},
-{ 0, "Hide Selected|Ctrl H", 11, NULL},
+{ 0, "Hide Selected|Alt Ctrl H", 11, NULL},
{ -1, "", 0, do_view3d_edit_curve_showhidemenu}};