Use translated versions of the type names everywhere other than in the .sif(z) files.
[synfig.git] / synfig-core / trunk / src / synfig / valuenode_segcalctangent.cpp
index b875c62..9e05001 100644 (file)
@@ -59,7 +59,7 @@ ValueNode_SegCalcTangent::ValueNode_SegCalcTangent(const ValueBase::Type &x):
        LinkableValueNode(x)
 {
        if(x!=ValueBase::TYPE_VECTOR)
-               throw Exception::BadType(ValueBase::type_name(x));
+               throw Exception::BadType(ValueBase::type_local_name(x));
 
        set_link("segment",ValueNode_Const::create(ValueBase::TYPE_SEGMENT));
        set_link("amount",ValueNode_Const::create(Real(0.5)));