Use the name of each action's class is its internal name. This makes it easier to...
[synfig.git] / synfig-studio / trunk / src / synfigapp / actions / waypointconnect.cpp
index b45df55..f86cc1e 100644 (file)
@@ -46,7 +46,7 @@ using namespace Action;
 /* === M A C R O S ========================================================= */
 
 ACTION_INIT(Action::WaypointConnect);
-ACTION_SET_NAME(Action::WaypointConnect,"waypoint_connect");
+ACTION_SET_NAME(Action::WaypointConnect,"WaypointConnect");
 ACTION_SET_LOCAL_NAME(Action::WaypointConnect,N_("Connect Waypoint"));
 ACTION_SET_TASK(Action::WaypointConnect,"connect");
 ACTION_SET_CATEGORY(Action::WaypointConnect,Action::CATEGORY_WAYPOINT);