X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=synfig-studio%2Ftrunk%2Fsrc%2Fsynfigapp%2Factions%2Fcolorset.cpp;h=76689973ab3d0e6a90537d353bb1a7b66dfcec17;hb=e83079a07bd7293547be5888af71e11e6957439d;hp=3f39d39483676be123d943a3d967510d2276d690;hpb=c34eaa5441242b3e9a7b7645e9ee4983d14eae85;p=synfig.git diff --git a/synfig-studio/trunk/src/synfigapp/actions/colorset.cpp b/synfig-studio/trunk/src/synfigapp/actions/colorset.cpp index 3f39d39..7668997 100644 --- a/synfig-studio/trunk/src/synfigapp/actions/colorset.cpp +++ b/synfig-studio/trunk/src/synfigapp/actions/colorset.cpp @@ -2,7 +2,7 @@ /*! \file colorset.cpp ** \brief Template File ** -** $Id: colorset.cpp,v 1.1.1.1 2005/01/07 03:34:37 darco Exp $ +** $Id$ ** ** \legal ** Copyright (c) 2002-2005 Robert B. Quattlebaum Jr., Adrian Bentley @@ -38,6 +38,8 @@ #include #include +#include + #endif using namespace std; @@ -50,12 +52,12 @@ using namespace Action; ACTION_INIT(Action::ColorSet); ACTION_SET_NAME(Action::ColorSet,"color_set"); -ACTION_SET_LOCAL_NAME(Action::ColorSet,"Apply Default Color"); +ACTION_SET_LOCAL_NAME(Action::ColorSet,N_("Apply Default Color")); ACTION_SET_TASK(Action::ColorSet,"set"); ACTION_SET_CATEGORY(Action::ColorSet,Action::CATEGORY_VALUEDESC); ACTION_SET_PRIORITY(Action::ColorSet,0); ACTION_SET_VERSION(Action::ColorSet,"0.0"); -ACTION_SET_CVS_ID(Action::ColorSet,"$Id: colorset.cpp,v 1.1.1.1 2005/01/07 03:34:37 darco Exp $"); +ACTION_SET_CVS_ID(Action::ColorSet,"$Id$"); /* === G L O B A L S ======================================================= */