X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=synfig-core%2Ftrunk%2Fsrc%2Fmodules%2Flyr_std%2Fsupersample.cpp;h=1a078995b329ff33a8d578f6daacaf717d2a65c4;hb=28f28705612902c15cd0702cc891fba35bf2d2df;hp=3c55cde4f19c0decdc252f57d30560ac286d030d;hpb=2c43cbfff01496919316f600ee76112be551392d;p=synfig.git diff --git a/synfig-core/trunk/src/modules/lyr_std/supersample.cpp b/synfig-core/trunk/src/modules/lyr_std/supersample.cpp index 3c55cde..1a07899 100644 --- a/synfig-core/trunk/src/modules/lyr_std/supersample.cpp +++ b/synfig-core/trunk/src/modules/lyr_std/supersample.cpp @@ -1,5 +1,5 @@ /*! ======================================================================== -** Sinfg +** Synfig ** Template File ** $Id: supersample.cpp,v 1.1.1.1 2005/01/04 01:23:10 darco Exp $ ** @@ -28,17 +28,17 @@ #endif #include "supersample.h" -#include -#include -#include -#include -#include -#include -#include -#include - -#include -#include +#include +#include +#include +#include +#include +#include +#include +#include + +#include +#include #endif @@ -46,12 +46,12 @@ /* === G L O B A L S ======================================================= */ -SINFG_LAYER_INIT(SuperSample); -SINFG_LAYER_SET_NAME(SuperSample,"super_sample"); -SINFG_LAYER_SET_LOCAL_NAME(SuperSample,_("Super Sample")); -SINFG_LAYER_SET_CATEGORY(SuperSample,_("Other")); -SINFG_LAYER_SET_VERSION(SuperSample,"0.1"); -SINFG_LAYER_SET_CVS_ID(SuperSample,"$Id: supersample.cpp,v 1.1.1.1 2005/01/04 01:23:10 darco Exp $"); +SYNFIG_LAYER_INIT(SuperSample); +SYNFIG_LAYER_SET_NAME(SuperSample,"super_sample"); +SYNFIG_LAYER_SET_LOCAL_NAME(SuperSample,_("Super Sample")); +SYNFIG_LAYER_SET_CATEGORY(SuperSample,_("Other")); +SYNFIG_LAYER_SET_VERSION(SuperSample,"0.1"); +SYNFIG_LAYER_SET_CVS_ID(SuperSample,"$Id: supersample.cpp,v 1.1.1.1 2005/01/04 01:23:10 darco Exp $"); /* === P R O C E D U R E S ================================================= */