List the removed layers in the history dialog when removing layers.
[synfig.git] / synfig-core / trunk / src / synfig / valuenode_blinecalcvertex.cpp
index 074e41f..83e2552 100644 (file)
@@ -1,6 +1,6 @@
 /* === S Y N F I G ========================================================= */
 /*!    \file valuenode_blinecalcvertex.cpp
-**     \brief Template File
+**     \brief Implementation of the "BLine Vertex" valuenode conversion.
 **
 **     $Id$
 **
@@ -58,7 +58,7 @@ ValueNode_BLineCalcVertex::ValueNode_BLineCalcVertex(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));
 
        ValueNode_BLine* value_node(new ValueNode_BLine());
        set_link("bline",value_node);