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:
authorTon Roosendaal <ton@blender.org>2008-12-26 14:11:21 +0300
committerTon Roosendaal <ton@blender.org>2008-12-26 14:11:21 +0300
commit5006875f53114b248f54a23ffb4fe88d14e7e654 (patch)
tree667382f192baae7f88ad38bf1b51f223cb8d98da /source/blender/editors/space_outliner/outliner_intern.h
parent34baf51dcb730319a2cbb807f905571475b24e9a (diff)
2.5
- fix Makefile for space_script - renamed operators for modules i maintain. (stripped ED_)
Diffstat (limited to 'source/blender/editors/space_outliner/outliner_intern.h')
-rw-r--r--source/blender/editors/space_outliner/outliner_intern.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/space_outliner/outliner_intern.h b/source/blender/editors/space_outliner/outliner_intern.h
index a0da7d41e74..e9ed3677ee7 100644
--- a/source/blender/editors/space_outliner/outliner_intern.h
+++ b/source/blender/editors/space_outliner/outliner_intern.h
@@ -106,7 +106,7 @@ void outliner_operation_menu(struct Scene *scene, struct ARegion *ar, struct Spa
void outliner_select(struct ARegion *ar, struct SpaceOops *so);
void draw_outliner(const struct bContext *C);
-void ED_OUTLINER_OT_activate_click(struct wmOperatorType *ot);
+void OUTLINER_OT_activate_click(struct wmOperatorType *ot);
#if 0
extern void outliner_free_tree(struct ListBase *lb);