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-05-10 09:44:44 +0400
committerJuho Vepsalainen <bebraw@gmail.com>2007-05-10 09:44:44 +0400
commit85b0997d900266cd444431df36ecd64b07efbea0 (patch)
treeb548d920d6132a45a8296982b2cdb5f62df6dbec
parent1e31cfed15a54ef03f4ac8aff03627ef46acf939 (diff)
Fixed the hotkey of "Hide Selected" found in the menu activated by space.
-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}};