X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=synfig-studio%2Ftrunk%2Fsrc%2Fsynfigapp%2Factions%2Ftimepointsmove.cpp;h=5cce2c8ba040c455cb923b688533ab540fccb3aa;hb=e1f3cb22be90099ebb28f2638cf0472ff93486c1;hp=aefb0690b13cc65c609f3f8951e9561f854c305e;hpb=c34eaa5441242b3e9a7b7645e9ee4983d14eae85;p=synfig.git diff --git a/synfig-studio/trunk/src/synfigapp/actions/timepointsmove.cpp b/synfig-studio/trunk/src/synfigapp/actions/timepointsmove.cpp index aefb069..5cce2c8 100644 --- a/synfig-studio/trunk/src/synfigapp/actions/timepointsmove.cpp +++ b/synfig-studio/trunk/src/synfigapp/actions/timepointsmove.cpp @@ -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 +#include + #endif using namespace std; @@ -52,13 +54,13 @@ using namespace Action; /* === M A C R O S ========================================================= */ ACTION_INIT(Action::TimepointsMove); -ACTION_SET_NAME(Action::TimepointsMove,"timepoint_move"); -ACTION_SET_LOCAL_NAME(Action::TimepointsMove,"Move Time Points"); +ACTION_SET_NAME(Action::TimepointsMove,"TimepointsMove"); +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(),