Use the name of each action's class is its internal name. This makes it easier to...
[synfig.git] / synfig-studio / trunk / src / gtkmm / state_width.cpp
index ccf3b86..1c7ef4f 100644 (file)
@@ -565,7 +565,7 @@ StateWidth_Context::event_mouse_handler(const Smach::event& x)
 
                        if(     desc.get_value_type() == ValueBase::TYPE_REAL )
                        {
-                               Action::Handle action(Action::create("value_desc_set"));
+                               Action::Handle action(Action::create("ValueDescSet"));
                                assert(action);
 
                                action->set_param("canvas",get_canvas());