Remove .gitignore do nothing is ignored.
[synfig.git] / synfig-studio / trunk / src / synfigapp / actions / waypointset.cpp
index 23842b8..f99cbb0 100644 (file)
@@ -32,6 +32,8 @@
 #include "waypointset.h"
 #include <synfigapp/canvasinterface.h>
 
+#include <synfigapp/general.h>
+
 #endif
 
 using namespace std;
@@ -43,8 +45,8 @@ using namespace Action;
 /* === M A C R O S ========================================================= */
 
 ACTION_INIT(Action::WaypointSet);
-ACTION_SET_NAME(Action::WaypointSet,"waypoint_set");
-ACTION_SET_LOCAL_NAME(Action::WaypointSet,"Set Waypoint");
+ACTION_SET_NAME(Action::WaypointSet,"WaypointSet");
+ACTION_SET_LOCAL_NAME(Action::WaypointSet,N_("Set Waypoint"));
 ACTION_SET_TASK(Action::WaypointSet,"set");
 ACTION_SET_CATEGORY(Action::WaypointSet,Action::CATEGORY_WAYPOINT);
 ACTION_SET_PRIORITY(Action::WaypointSet,0);
@@ -172,7 +174,7 @@ Action::WaypointSet::perform()
                }
        }
 
-       //remove all the points we're supposed to be overwritting
+       //remove all the points we're supposed to be overwriting
        {
                vector<Waypoint>::iterator      oi = overwritten_waypoints.begin(),
                                                                        oend = overwritten_waypoints.end();