Added a slower but more accurate find_closest() routine to _bezier.h. Added a parame...
[synfig.git] / synfig-core / trunk / src / modules / lyr_std / timeloop.cpp
index bac69a6..58b80b3 100644 (file)
@@ -2,6 +2,8 @@
 /*!    \file timeloop.cpp
 **     \brief Image Layer_TimeLoop Layer Implementation
 **
+**     $Id$
+**
 **     \legal
 **     Copyright (c) 2002-2005 Robert B. Quattlebaum Jr., Adrian Bentley
 **
@@ -51,7 +53,7 @@ SYNFIG_LAYER_SET_NAME(Layer_TimeLoop,"timeloop");
 SYNFIG_LAYER_SET_LOCAL_NAME(Layer_TimeLoop,_("TimeLoop"));
 SYNFIG_LAYER_SET_CATEGORY(Layer_TimeLoop,_("Other"));
 SYNFIG_LAYER_SET_VERSION(Layer_TimeLoop,"0.1");
-SYNFIG_LAYER_SET_CVS_ID(Layer_TimeLoop,"$Id: timeloop.cpp,v 1.1.1.1 2005/01/04 01:23:10 darco Exp $");
+SYNFIG_LAYER_SET_CVS_ID(Layer_TimeLoop,"$Id$");
 
 /* === P R O C E D U R E S ================================================= */