Remove .gitignore do nothing is ignored.
[synfig.git] / synfig-studio / trunk / src / synfigapp / actions / blinepointtangentmerge.cpp
index 39d4f36..75d775e 100644 (file)
@@ -52,7 +52,7 @@ using namespace Action;
 /* === M A C R O S ========================================================= */
 
 ACTION_INIT_NO_GET_LOCAL_NAME(Action::BLinePointTangentMerge);
-ACTION_SET_NAME(Action::BLinePointTangentMerge,"bline_point_tangent_merge");
+ACTION_SET_NAME(Action::BLinePointTangentMerge,"BLinePointTangentMerge");
 ACTION_SET_LOCAL_NAME(Action::BLinePointTangentMerge,N_("Merge Tangents"));
 ACTION_SET_TASK(Action::BLinePointTangentMerge,"merge");
 ACTION_SET_CATEGORY(Action::BLinePointTangentMerge,Action::CATEGORY_VALUENODE);
@@ -151,9 +151,9 @@ Action::BLinePointTangentMerge::prepare()
 
        Action::Handle action;
 
-       action=Action::create("value_desc_set");
+       action=Action::create("ValueDescSet");
        if(!action)
-               throw Error(_("Couldn't find action \"value_desc_set\""));
+               throw Error(_("Couldn't find action \"ValueDescSet\""));
 
        action->set_param("canvas",get_canvas());
        action->set_param("canvas_interface",get_canvas_interface());