From dd7f52defad2864b3a9adf1716b0bfeb309bd95d Mon Sep 17 00:00:00 2001 From: Brecht Van Lommel Date: Thu, 22 Sep 2011 15:35:25 +0000 Subject: Fix #28365: some macro operators were missing descriptions. --- source/blender/editors/space_action/action_ops.c | 1 + 1 file changed, 1 insertion(+) (limited to 'source/blender/editors/space_action') diff --git a/source/blender/editors/space_action/action_ops.c b/source/blender/editors/space_action/action_ops.c index 491d436741e..c3af3521918 100644 --- a/source/blender/editors/space_action/action_ops.c +++ b/source/blender/editors/space_action/action_ops.c @@ -94,6 +94,7 @@ void ED_operatormacros_action(void) ot= WM_operatortype_append_macro("ACTION_OT_duplicate_move", "Duplicate", OPTYPE_UNDO|OPTYPE_REGISTER); if (ot) { + ot->description= "Make a copy of all selected keyframes and move them"; WM_operatortype_macro_define(ot, "ACTION_OT_duplicate"); otmacro= WM_operatortype_macro_define(ot, "TRANSFORM_OT_transform"); RNA_enum_set(otmacro->ptr, "mode", TFM_TIME_DUPLICATE); -- cgit v1.2.3