X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=synfig-core%2Ftrunk%2Fsrc%2Fmodules%2Fmod_filter%2Fblur.cpp;h=3f22b9c2cb936a71049dccb0edfcb14bff82c548;hb=44bccb5e0f65738a88be04586da0a5f452a25fc6;hp=c57e1e31fe63c749c91b9aff70b79757299e2374;hpb=70bcefce2ab011a11014f36fc129b473cc0bc61e;p=synfig.git diff --git a/synfig-core/trunk/src/modules/mod_filter/blur.cpp b/synfig-core/trunk/src/modules/mod_filter/blur.cpp index c57e1e3..3f22b9c 100644 --- a/synfig-core/trunk/src/modules/mod_filter/blur.cpp +++ b/synfig-core/trunk/src/modules/mod_filter/blur.cpp @@ -2,7 +2,7 @@ /*! \file mod_filter/blur.cpp ** \brief Template Header ** -** $Id: blur.cpp,v 1.2 2005/01/24 03:08:17 darco Exp $ +** $Id$ ** ** \legal ** Copyright (c) 2002-2005 Robert B. Quattlebaum Jr., Adrian Bentley @@ -66,7 +66,7 @@ SYNFIG_LAYER_SET_NAME(Blur_Layer,"blur"); SYNFIG_LAYER_SET_LOCAL_NAME(Blur_Layer,_("Blur")); SYNFIG_LAYER_SET_CATEGORY(Blur_Layer,_("Blurs")); SYNFIG_LAYER_SET_VERSION(Blur_Layer,"0.2"); -SYNFIG_LAYER_SET_CVS_ID(Blur_Layer,"$Id: blur.cpp,v 1.2 2005/01/24 03:08:17 darco Exp $"); +SYNFIG_LAYER_SET_CVS_ID(Blur_Layer,"$Id$"); /* -- F U N C T I O N S ----------------------------------------------------- */