X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=synfig-core%2Ftrunk%2Fsrc%2Fsynfig%2Flayer_polygon.cpp;h=a6b4ccbbc94b7836c0ec0d2494622537074c512b;hb=7f4c6b63eee68cc773b0035959beac2b2f8197ee;hp=94de2b9beb7b7f55357754eb0acf639e032203b2;hpb=c74ce4738eff208de3bef4b63929b6975a896e93;p=synfig.git diff --git a/synfig-core/trunk/src/synfig/layer_polygon.cpp b/synfig-core/trunk/src/synfig/layer_polygon.cpp index 94de2b9..a6b4ccb 100644 --- a/synfig-core/trunk/src/synfig/layer_polygon.cpp +++ b/synfig-core/trunk/src/synfig/layer_polygon.cpp @@ -1,6 +1,6 @@ /* === S Y N F I G ========================================================= */ /*! \file layer_polygon.cpp -** \brief Template Header +** \brief Implementation of the "Polygon" layer ** ** $Id$ ** @@ -56,8 +56,8 @@ using namespace etl; SYNFIG_LAYER_INIT(Layer_Polygon); SYNFIG_LAYER_SET_NAME(Layer_Polygon,"polygon"); -SYNFIG_LAYER_SET_LOCAL_NAME(Layer_Polygon,_("Polygon")); -SYNFIG_LAYER_SET_CATEGORY(Layer_Polygon,_("Geometry")); +SYNFIG_LAYER_SET_LOCAL_NAME(Layer_Polygon,N_("Polygon")); +SYNFIG_LAYER_SET_CATEGORY(Layer_Polygon,N_("Geometry")); SYNFIG_LAYER_SET_VERSION(Layer_Polygon,"0.1"); SYNFIG_LAYER_SET_CVS_ID(Layer_Polygon,"$Id$"); @@ -106,7 +106,7 @@ Layer_Polygon::sync() } void -Layer_Polygon::add_polygon(const vector &point_list) +Layer_Polygon::add_polygon(const std::vector &point_list) { int i,pointcount=point_list.size();