X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=synfig-studio%2Ftrunk%2Fsrc%2Fsynfigapp%2Factions%2Ftimepointscopy.cpp;h=e1cc4a9ba03cbc9beece18db6cc998760b9732b8;hb=8ef042c40521681cea99944097c4f90a5ac6cf74;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..e1cc4a9 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; @@ -53,12 +55,12 @@ using namespace Action; ACTION_INIT(Action::TimepointsCopy); ACTION_SET_NAME(Action::TimepointsCopy,"timepoint_copy"); -ACTION_SET_LOCAL_NAME(Action::TimepointsCopy,"Copy Time Points"); +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 ======================================================= */