Remove .gitignore do nothing is ignored.
[synfig.git] / synfig-studio / trunk / src / synfigapp / actions / timepointscopy.cpp
index 1d2751c..243a5a8 100644 (file)
@@ -41,6 +41,8 @@
 
 #include <typeinfo>
 
+#include <synfigapp/general.h>
+
 #endif
 
 using namespace std;
@@ -52,8 +54,8 @@ using namespace Action;
 /* === M A C R O S ========================================================= */
 
 ACTION_INIT(Action::TimepointsCopy);
-ACTION_SET_NAME(Action::TimepointsCopy,"timepoint_copy");
-ACTION_SET_LOCAL_NAME(Action::TimepointsCopy,"Copy Time Points");
+ACTION_SET_NAME(Action::TimepointsCopy,"TimepointsCopy");
+ACTION_SET_LOCAL_NAME(Action::TimepointsCopy,N_("Copy Time Points"));
 ACTION_SET_TASK(Action::TimepointsCopy,"copy");
 ACTION_SET_CATEGORY(Action::TimepointsCopy,Action::CATEGORY_WAYPOINT|Action::CATEGORY_ACTIVEPOINT);
 ACTION_SET_PRIORITY(Action::TimepointsCopy,0);
@@ -243,7 +245,7 @@ Action::TimepointsCopy::prepare()
        //synfig::info("built list of waypoints/activepoints to modify");
        //synfig::info("\t There are %d waypoint sets and %d activepointsets",
        //                              match.waypointbiglist.size(), match.actpointbiglist.size());
-       //process the hell out of em...
+       //process them...
        {
                //must build from both lists
                timepoints_ref::waytracker::const_iterator      i = match.waypointbiglist.begin(),