X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=synfig-core%2Ftrunk%2Fsrc%2Fsynfig%2Fvaluenode_animated.cpp;h=b6f918955baaa8c3dd92864c90776302b7d5dbc0;hb=63e709f66d50c124cc0ece2325f4773ac4ae7b20;hp=d1d3abaa66c56ab618794f0c056eb7f74941c390;hpb=0e3495322880e5f5594301f046fad5e2a7d5bfde;p=synfig.git diff --git a/synfig-core/trunk/src/synfig/valuenode_animated.cpp b/synfig-core/trunk/src/synfig/valuenode_animated.cpp index d1d3aba..b6f9189 100644 --- a/synfig-core/trunk/src/synfig/valuenode_animated.cpp +++ b/synfig-core/trunk/src/synfig/valuenode_animated.cpp @@ -1,6 +1,6 @@ /* === S Y N F I G ========================================================= */ /*! \file valuenode_animated.cpp -** \brief Template File +** \brief Implementation of the "Animated" valuenode conversion. ** ** $Id$ ** @@ -1054,7 +1054,7 @@ synfig::ValueNode_Animated::create(ValueBase::Type type) default: throw Exception::BadType(strprintf(_("%s: You cannot use a %s in an animated ValueNode"),"synfig::ValueNode_Animated::create()", - ValueBase::type_name(type).c_str()) + ValueBase::type_local_name(type).c_str()) ); break; }