Add Layer::get_param_local_name() to allow us to report the local name of layer param...
[synfig.git] / synfig-core / trunk / src / synfig / valuenode_radialcomposite.cpp
index 6ab24e4..4dee768 100644 (file)
@@ -71,7 +71,7 @@ synfig::ValueNode_RadialComposite::ValueNode_RadialComposite(const ValueBase &va
                        break;
                default:
                        assert(0);
-                       throw Exception::BadType(ValueBase::type_name(get_type()));
+                       throw Exception::BadType(ValueBase::type_local_name(get_type()));
        }
 }