2.5 - Fixing some typos for name of Graph Editor operator

An error that slipped in during the merge process?
This commit is contained in:
2009-07-11 10:23:07 +00:00
parent a7837efb16
commit 5022bf7ccd
3 changed files with 5 additions and 5 deletions

View File

@@ -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);