Action Editor - Renamed 'AfterTrans Delete Dupli-Frames' to 'AutoMerge Keys' for

This commit is contained in:
Joshua Leung
2008-04-09 10:33:15 +00:00
parent d30cc5f2d8
commit e324cbd1e1

View File

@@ -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, "");