From adcce654e38307b180ebdfa3699a80018ac95f63 Mon Sep 17 00:00:00 2001 From: Aaron Carlisle Date: Mon, 18 Apr 2022 20:17:41 -0400 Subject: Cleanup: Use correct capitalization of "F-Curve" --- source/blender/editors/animation/anim_channels_defines.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/editors/animation/anim_channels_defines.c') diff --git a/source/blender/editors/animation/anim_channels_defines.c b/source/blender/editors/animation/anim_channels_defines.c index eb7f8e8ad83..9722de0ce3c 100644 --- a/source/blender/editors/animation/anim_channels_defines.c +++ b/source/blender/editors/animation/anim_channels_defines.c @@ -5187,7 +5187,7 @@ void ANIM_channel_draw_widgets(const bContext *C, } /* Visibility toggle. */ if (acf->has_setting(ac, ale, ACHANNEL_SETTING_VISIBLE)) { - /* For F-curves, add the extra space for the color bands. */ + /* For F-Curves, add the extra space for the color bands. */ if (ELEM(ale->type, ANIMTYPE_FCURVE, ANIMTYPE_NLACURVE)) { offset += GRAPH_ICON_VISIBILITY_OFFSET; } -- cgit v1.2.3