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:
authorJoshua Leung <aligorith@gmail.com>2008-04-09 14:33:15 +0400
committerJoshua Leung <aligorith@gmail.com>2008-04-09 14:33:15 +0400
commite324cbd1e1599240629eb06de8889a2857911755 (patch)
treeee80e4d9b5b8629657ee7c4aebb4c3c1b615737f
parentd30cc5f2d89d553ca4ced2a7030f82e5b1e17aa1 (diff)
Action Editor - Renamed 'AfterTrans Delete Dupli-Frames' to 'AutoMerge Keys' for
-rw-r--r--source/blender/src/header_action.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/source/blender/src/header_action.c b/source/blender/src/header_action.c
index 4bbb9f18263..584e68263a3 100644
--- a/source/blender/src/header_action.c
+++ b/source/blender/src/header_action.c
@@ -398,10 +398,9 @@ static uiBlock *action_viewmenu(void *arg_unused)
"Cull Out-of-View Keys (Time)|", 0, yco-=20,
menuwidth, 19, NULL, 0.0, 0.0, 1,
ACTMENU_VIEW_HORIZOPTIMISE, "");
-
- // this option may get removed in future...
+
uiDefIconTextBut(block, BUTM, 1, (G.saction->flag & SACTION_NOTRANSKEYCULL)?ICON_CHECKBOX_DEHLT:ICON_CHECKBOX_HLT,
- "AfterTrans Delete Dupli-Frames|", 0, yco-=20,
+ "AutoMerge Keyframes|", 0, yco-=20,
menuwidth, 19, NULL, 0.0, 0.0, 1,
ACTMENU_VIEW_TRANSDELDUPS, "");