X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=synfig-studio%2Ftrunk%2Fsrc%2Fsynfigapp%2Factions%2Fvaluenodedynamiclistremovesmart.cpp;h=e7b315c4002a5667a99a43217ab04d92206e2c24;hb=63e709f66d50c124cc0ece2325f4773ac4ae7b20;hp=99e9b010b99fdd98bf5a34c96063e96a704e2536;hpb=c34eaa5441242b3e9a7b7645e9ee4983d14eae85;p=synfig.git diff --git a/synfig-studio/trunk/src/synfigapp/actions/valuenodedynamiclistremovesmart.cpp b/synfig-studio/trunk/src/synfigapp/actions/valuenodedynamiclistremovesmart.cpp index 99e9b01..e7b315c 100644 --- a/synfig-studio/trunk/src/synfigapp/actions/valuenodedynamiclistremovesmart.cpp +++ b/synfig-studio/trunk/src/synfigapp/actions/valuenodedynamiclistremovesmart.cpp @@ -2,7 +2,7 @@ /*! \file valuenodedynamiclistremovesmart.cpp ** \brief Template File ** -** $Id: valuenodedynamiclistremovesmart.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 @@ -33,6 +33,8 @@ #include "valuenodedynamiclistremove.h" #include +#include + #endif using namespace std; @@ -45,12 +47,12 @@ using namespace Action; ACTION_INIT(Action::ValueNodeDynamicListRemoveSmart); ACTION_SET_NAME(Action::ValueNodeDynamicListRemoveSmart,"value_node_dynamic_list_remove_smart"); -ACTION_SET_LOCAL_NAME(Action::ValueNodeDynamicListRemoveSmart,"Remove Item (Smart)"); +ACTION_SET_LOCAL_NAME(Action::ValueNodeDynamicListRemoveSmart,N_("Remove Item (Smart)")); ACTION_SET_TASK(Action::ValueNodeDynamicListRemoveSmart,"remove"); ACTION_SET_CATEGORY(Action::ValueNodeDynamicListRemoveSmart,Action::CATEGORY_VALUEDESC|Action::CATEGORY_VALUENODE); ACTION_SET_PRIORITY(Action::ValueNodeDynamicListRemoveSmart,-19); ACTION_SET_VERSION(Action::ValueNodeDynamicListRemoveSmart,"0.0"); -ACTION_SET_CVS_ID(Action::ValueNodeDynamicListRemoveSmart,"$Id: valuenodedynamiclistremovesmart.cpp,v 1.1.1.1 2005/01/07 03:34:37 darco Exp $"); +ACTION_SET_CVS_ID(Action::ValueNodeDynamicListRemoveSmart,"$Id$"); /* === G L O B A L S ======================================================= */