Fix typo: TBC -> TCB (thanks to Douglas Lau)
authorpabs <pabs@1f10aa63-cdf2-0310-b900-c93c546f37ac>
Sun, 28 Jan 2007 09:27:19 +0000 (09:27 +0000)
committerpabs <pabs@1f10aa63-cdf2-0310-b900-c93c546f37ac>
Sun, 28 Jan 2007 09:27:19 +0000 (09:27 +0000)
git-svn-id: http://svn.voria.com/code@230 1f10aa63-cdf2-0310-b900-c93c546f37ac

synfig-studio/trunk/src/gtkmm/widget_defaults.cpp

index 307a71b..1f6fa9a 100644 (file)
@@ -279,7 +279,7 @@ Widget_Defaults::Widget_Defaults()
        widget_interpolation->set_param_desc(
                ParamDesc("interpolation")
                        .set_hint("enum")
-                       .add_enum_value(INTERPOLATION_TCB,"auto",_("TBC"))
+                       .add_enum_value(INTERPOLATION_TCB,"auto",_("TCB"))
                        .add_enum_value(INTERPOLATION_CONSTANT,"constant",_("Constant"))
                        .add_enum_value(INTERPOLATION_HALT,"ease",_("Ease in/out"))
                        .add_enum_value(INTERPOLATION_LINEAR,"linear",_("Linear"))