Typo: 'imperceptable' -> 'imperceptible'.
[synfig.git] / synfig-core / trunk / src / synfig / valuenode.cpp
index 713a245..6ef7c9a 100644 (file)
@@ -6,6 +6,7 @@
 **
 **     \legal
 **     Copyright (c) 2002-2005 Robert B. Quattlebaum Jr., Adrian Bentley
+**     Copyright (c) 2007 Chris Moore
 **
 **     This package is free software; you can redistribute it and/or
 **     modify it under the terms of the GNU General Public License as
@@ -59,6 +60,7 @@
 #include "valuenode_gradientrotate.h"
 #include "valuenode_sine.h"
 #include "valuenode_exp.h"
+#include "valuenode_switch.h"
 
 #include "layer.h"
 
@@ -125,6 +127,7 @@ ValueNode::subsys_init()
        ADD_VALUENODE(ValueNode_GradientRotate, "gradient_rotate",      _("Gradient Rotate")    );
        ADD_VALUENODE(ValueNode_Sine,                   "sine",                         _("Sine")                               );
        ADD_VALUENODE(ValueNode_Exp,                    "exp",                          _("Exponential")                );
+       ADD_VALUENODE(ValueNode_Switch,                 "switch",                       _("Switch")                             );
 
 #undef ADD_VALUENODE
 #undef ADD_VALUENODE2