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-12-26 14:33:41 +0300
committerJoshua Leung <aligorith@gmail.com>2008-12-26 14:33:41 +0300
commit1d176259cbc8d6eb2658a9dd0b337f9768fc02c4 (patch)
tree518ddd0a148f9c7b8d3ec594584ad52ee0f81b41 /source/blender/editors/space_action/action_intern.h
parentc0475a785931ed0c5690ca5b3f6f5fa2db0ec237 (diff)
2.5 -
Renaming operators to follow new naming convention set out by Ton
Diffstat (limited to 'source/blender/editors/space_action/action_intern.h')
-rw-r--r--source/blender/editors/space_action/action_intern.h8
1 files changed, 4 insertions, 4 deletions
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 {