From 1d176259cbc8d6eb2658a9dd0b337f9768fc02c4 Mon Sep 17 00:00:00 2001 From: Joshua Leung Date: Fri, 26 Dec 2008 11:33:41 +0000 Subject: 2.5 - Renaming operators to follow new naming convention set out by Ton --- source/blender/editors/space_action/action_intern.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'source/blender/editors/space_action/action_intern.h') diff --git a/source/blender/editors/space_action/action_intern.h b/source/blender/editors/space_action/action_intern.h index 51c6c3c7a1d..27d8ada37ac 100644 --- a/source/blender/editors/space_action/action_intern.h +++ b/source/blender/editors/space_action/action_intern.h @@ -48,10 +48,10 @@ void action_header_buttons(const struct bContext *C, struct ARegion *ar); /* ***************************************** */ /* action_select.c */ -void ED_ACT_OT_keyframes_deselectall(struct wmOperatorType *ot); -void ED_ACT_OT_keyframes_borderselect(struct wmOperatorType *ot); -void ED_ACT_OT_keyframes_columnselect(struct wmOperatorType *ot); -void ED_ACT_OT_keyframes_clickselect(struct wmOperatorType *ot); +void ACT_OT_keyframes_deselectall(struct wmOperatorType *ot); +void ACT_OT_keyframes_borderselect(struct wmOperatorType *ot); +void ACT_OT_keyframes_columnselect(struct wmOperatorType *ot); +void ACT_OT_keyframes_clickselect(struct wmOperatorType *ot); /* defines for left-right select tool */ enum { -- cgit v1.2.3