Enable $Id$ expansion.
[synfig.git] / synfig-studio / trunk / src / synfigapp / actions / layerduplicate.cpp
index 74a829d..ff5726e 100644 (file)
@@ -2,7 +2,7 @@
 /*!    \file layerduplicate.cpp
 **     \brief Template File
 **
-**     $Id: layerduplicate.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
@@ -50,7 +50,7 @@ ACTION_SET_TASK(Action::LayerDuplicate,"duplicate");
 ACTION_SET_CATEGORY(Action::LayerDuplicate,Action::CATEGORY_LAYER);
 ACTION_SET_PRIORITY(Action::LayerDuplicate,0);
 ACTION_SET_VERSION(Action::LayerDuplicate,"0.0");
-ACTION_SET_CVS_ID(Action::LayerDuplicate,"$Id: layerduplicate.cpp,v 1.1.1.1 2005/01/07 03:34:37 darco Exp $");
+ACTION_SET_CVS_ID(Action::LayerDuplicate,"$Id$");
 
 /* === G L O B A L S ======================================================= */