Edit comment text.
[synfig.git] / synfig-studio / trunk / src / synfigapp / actions / timepointsmove.cpp
index aefb069..01ee357 100644 (file)
@@ -2,7 +2,7 @@
 /*!    \file timepointsmove.cpp
 **     \brief Move the Time Points File
 **
-**     $Id: timepointsmove.cpp,v 1.1.1.1 2005/01/07 03:34:37 darco Exp $
+**     $Id$
 **
 **     \legal
 **     Copyright (c) 2004 Adrian Bentley
@@ -41,6 +41,8 @@
 
 #include <typeinfo>
 
+#include <synfigapp/general.h>
+
 #endif
 
 using namespace std;
@@ -53,12 +55,12 @@ using namespace Action;
 
 ACTION_INIT(Action::TimepointsMove);
 ACTION_SET_NAME(Action::TimepointsMove,"timepoint_move");
-ACTION_SET_LOCAL_NAME(Action::TimepointsMove,"Move Time Points");
+ACTION_SET_LOCAL_NAME(Action::TimepointsMove,N_("Move Time Points"));
 ACTION_SET_TASK(Action::TimepointsMove,"move");
 ACTION_SET_CATEGORY(Action::TimepointsMove,Action::CATEGORY_WAYPOINT|Action::CATEGORY_ACTIVEPOINT);
 ACTION_SET_PRIORITY(Action::TimepointsMove,0);
 ACTION_SET_VERSION(Action::TimepointsMove,"0.0");
-ACTION_SET_CVS_ID(Action::TimepointsMove,"$Id: timepointsmove.cpp,v 1.1.1.1 2005/01/07 03:34:37 darco Exp $");
+ACTION_SET_CVS_ID(Action::TimepointsMove,"$Id$");
 
 /* === G L O B A L S ======================================================= */
 
@@ -252,7 +254,7 @@ Action::TimepointsMove::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(),