X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=synfig-core%2Ftrunk%2Fsrc%2Fmodules%2Fmod_filter%2Fcolorcorrect.cpp;h=83790e2b29cd96bbc4892e1919c4a490a3daad72;hb=28f28705612902c15cd0702cc891fba35bf2d2df;hp=bd8353b55dd559b6232db09722ac2c795e13c90f;hpb=2c43cbfff01496919316f600ee76112be551392d;p=synfig.git diff --git a/synfig-core/trunk/src/modules/mod_filter/colorcorrect.cpp b/synfig-core/trunk/src/modules/mod_filter/colorcorrect.cpp index bd8353b..83790e2 100644 --- a/synfig-core/trunk/src/modules/mod_filter/colorcorrect.cpp +++ b/synfig-core/trunk/src/modules/mod_filter/colorcorrect.cpp @@ -1,4 +1,4 @@ -/* === S I N F G =========================================================== */ +/* === S Y N F I G ========================================================= */ /*! \file colorcorrect.cpp ** \brief Template Header ** @@ -29,14 +29,14 @@ #endif #include "colorcorrect.h" -#include -#include -#include -#include -#include -#include -#include -#include +#include +#include +#include +#include +#include +#include +#include +#include #endif @@ -44,16 +44,16 @@ using namespace etl; using namespace std; -using namespace sinfg; +using namespace synfig; /* === G L O B A L S ======================================================= */ -SINFG_LAYER_INIT(Layer_ColorCorrect); -SINFG_LAYER_SET_NAME(Layer_ColorCorrect,"colorcorrect"); -SINFG_LAYER_SET_LOCAL_NAME(Layer_ColorCorrect,_("Color Correct")); -SINFG_LAYER_SET_CATEGORY(Layer_ColorCorrect,_("Filters")); -SINFG_LAYER_SET_VERSION(Layer_ColorCorrect,"0.1"); -SINFG_LAYER_SET_CVS_ID(Layer_ColorCorrect,"$Id: colorcorrect.cpp,v 1.3 2005/01/24 05:00:18 darco Exp $"); +SYNFIG_LAYER_INIT(Layer_ColorCorrect); +SYNFIG_LAYER_SET_NAME(Layer_ColorCorrect,"colorcorrect"); +SYNFIG_LAYER_SET_LOCAL_NAME(Layer_ColorCorrect,_("Color Correct")); +SYNFIG_LAYER_SET_CATEGORY(Layer_ColorCorrect,_("Filters")); +SYNFIG_LAYER_SET_VERSION(Layer_ColorCorrect,"0.1"); +SYNFIG_LAYER_SET_CVS_ID(Layer_ColorCorrect,"$Id: colorcorrect.cpp,v 1.3 2005/01/24 05:00:18 darco Exp $"); /* === P R O C E D U R E S ================================================= */