X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=synfig-core%2Ftrunk%2Fsrc%2Fmodules%2Fmod_geometry%2Fregion.cpp;h=2bdc82eb896c71137ca0836a71d931635b616be9;hb=28f28705612902c15cd0702cc891fba35bf2d2df;hp=deb7b6628040bdc5d8a8a90d3be0d8abc44a9541;hpb=2c43cbfff01496919316f600ee76112be551392d;p=synfig.git diff --git a/synfig-core/trunk/src/modules/mod_geometry/region.cpp b/synfig-core/trunk/src/modules/mod_geometry/region.cpp index deb7b66..2bdc82e 100644 --- a/synfig-core/trunk/src/modules/mod_geometry/region.cpp +++ b/synfig-core/trunk/src/modules/mod_geometry/region.cpp @@ -1,5 +1,5 @@ /*! ======================================================================== -** Sinfg +** Synfig ** Template File ** $Id: region.cpp,v 1.1.1.1 2005/01/04 01:23:10 darco Exp $ ** @@ -32,16 +32,16 @@ #include #include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include #endif @@ -53,12 +53,12 @@ using namespace etl; /* === G L O B A L S ======================================================= */ -SINFG_LAYER_INIT(Region); -SINFG_LAYER_SET_NAME(Region,"region"); -SINFG_LAYER_SET_LOCAL_NAME(Region,_("Region")); -SINFG_LAYER_SET_CATEGORY(Region,_("Geometry")); -SINFG_LAYER_SET_VERSION(Region,"0.1"); -SINFG_LAYER_SET_CVS_ID(Region,"$Id: region.cpp,v 1.1.1.1 2005/01/04 01:23:10 darco Exp $"); +SYNFIG_LAYER_INIT(Region); +SYNFIG_LAYER_SET_NAME(Region,"region"); +SYNFIG_LAYER_SET_LOCAL_NAME(Region,_("Region")); +SYNFIG_LAYER_SET_CATEGORY(Region,_("Geometry")); +SYNFIG_LAYER_SET_VERSION(Region,"0.1"); +SYNFIG_LAYER_SET_CVS_ID(Region,"$Id: region.cpp,v 1.1.1.1 2005/01/04 01:23:10 darco Exp $"); /* === P R O C E D U R E S ================================================= */ @@ -94,14 +94,14 @@ Region::sync() } else { - sinfg::warning("Region: incorrect type on bline, layer disabled"); + synfig::warning("Region: incorrect type on bline, layer disabled"); clear(); return; } if(segment_list.empty()) { - sinfg::warning("Region: segment_list is empty, layer disabled"); + synfig::warning("Region: segment_list is empty, layer disabled"); clear(); return; } @@ -175,10 +175,10 @@ Region::set_param(const String & param, const ValueBase &value) { connect_dynamic_param("bline",dynamic_param_list().find("segment_list")->second); disconnect_dynamic_param("segment_list"); - sinfg::warning("Region::set_param(): Updated valuenode connection to use the new \"bline\" parameter."); + synfig::warning("Region::set_param(): Updated valuenode connection to use the new \"bline\" parameter."); } else - sinfg::warning("Region::set_param(): The parameter \"segment_list\" is deprecated. Use \"bline\" instead."); + synfig::warning("Region::set_param(): The parameter \"segment_list\" is deprecated. Use \"bline\" instead."); } if( (param=="segment_list" || param=="bline") && value.get_type()==ValueBase::TYPE_LIST)