I'm not sure what TCB stands for, but this fix seems pretty obvious.
Index: src/gtkmm/widget_defaults.cpp
===================================================================
--- src/gtkmm/widget_defaults.cpp	(revision 229)
+++ src/gtkmm/widget_defaults.cpp	(working copy)
@@ -279,7 +279,7 @@
 	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"))
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Synfig-devl mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/synfig-devl

Reply via email to