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>2009-07-11 14:23:07 +0400
committerJoshua Leung <aligorith@gmail.com>2009-07-11 14:23:07 +0400
commit5022bf7ccd734ad5867fdceb7f8ef125a4de4ae0 (patch)
tree1e2f1e83c9c5817af8e21b94a71b13e4f98307bf /source/blender/editors/space_graph/graph_intern.h
parenta7837efb16d244acbdc32bfacb97279728e64252 (diff)
2.5 - Fixing some typos for name of Graph Editor operator
An error that slipped in during the merge process?
Diffstat (limited to 'source/blender/editors/space_graph/graph_intern.h')
-rw-r--r--source/blender/editors/space_graph/graph_intern.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/space_graph/graph_intern.h b/source/blender/editors/space_graph/graph_intern.h
index 697c31eaa98..31f1c6d4301 100644
--- a/source/blender/editors/space_graph/graph_intern.h
+++ b/source/blender/editors/space_graph/graph_intern.h
@@ -102,7 +102,7 @@ void GRAPH_OT_sample(struct wmOperatorType *ot);
void GRAPH_OT_bake(struct wmOperatorType *ot);
void GRAPH_OT_smooth(struct wmOperatorType *ot);
-void GRAPH_OT_handletype(struct wmOperatorType *ot);
+void GRAPH_OT_handle_type(struct wmOperatorType *ot);
void GRAPH_OT_interpolation_type(struct wmOperatorType *ot);
void GRAPH_OT_extrapolation_type(struct wmOperatorType *ot);