X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=synfig-studio%2Ftrunk%2Fsrc%2Fsynfigapp%2Factions%2Ftimepointscopy.cpp;h=243a5a8fd7ca2e73cd08816af66d185b68db0746;hb=9459638ad6797b8139f1e9f0715c96076dbf0890;hp=8e34ac98e557dcea2ecc2b0f579dc8acc1b24bbe;hpb=c34eaa5441242b3e9a7b7645e9ee4983d14eae85;p=synfig.git diff --git a/synfig-studio/trunk/src/synfigapp/actions/timepointscopy.cpp b/synfig-studio/trunk/src/synfigapp/actions/timepointscopy.cpp index 8e34ac9..243a5a8 100644 --- a/synfig-studio/trunk/src/synfigapp/actions/timepointscopy.cpp +++ b/synfig-studio/trunk/src/synfigapp/actions/timepointscopy.cpp @@ -2,7 +2,7 @@ /*! \file timepointscopy.cpp ** \brief Copy the Time Points File ** -** $Id: timepointscopy.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::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); ACTION_SET_VERSION(Action::TimepointsCopy,"0.0"); -ACTION_SET_CVS_ID(Action::TimepointsCopy,"$Id: timepointscopy.cpp,v 1.1.1.1 2005/01/07 03:34:37 darco Exp $"); +ACTION_SET_CVS_ID(Action::TimepointsCopy,"$Id$"); /* === G L O B A L S ======================================================= */ @@ -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(),