X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=synfig-core%2Ftrunk%2Fsrc%2Fmodules%2Fmod_geometry%2Fstar.cpp;h=b4898c46084da1f11c9a315ad4f16a265eb53876;hb=2f015c519aa92f29144873527c109c21c171c6a7;hp=eda68971db0e1b84a556698d84aeab847a9c95b8;hpb=5cbae0ebf380e355b6ef2dd77e27f87adc686759;p=synfig.git diff --git a/synfig-core/trunk/src/modules/mod_geometry/star.cpp b/synfig-core/trunk/src/modules/mod_geometry/star.cpp index eda6897..b4898c4 100644 --- a/synfig-core/trunk/src/modules/mod_geometry/star.cpp +++ b/synfig-core/trunk/src/modules/mod_geometry/star.cpp @@ -1,6 +1,6 @@ /* === S Y N F I G ========================================================= */ /*! \file star.cpp -** \brief Template Header +** \brief Implementation of the "Star" layer ** ** $Id$ ** @@ -58,8 +58,8 @@ using namespace etl; SYNFIG_LAYER_INIT(Star); SYNFIG_LAYER_SET_NAME(Star,"star"); -SYNFIG_LAYER_SET_LOCAL_NAME(Star,_("Star")); -SYNFIG_LAYER_SET_CATEGORY(Star,_("Geometry")); +SYNFIG_LAYER_SET_LOCAL_NAME(Star,N_("Star")); +SYNFIG_LAYER_SET_CATEGORY(Star,N_("Geometry")); SYNFIG_LAYER_SET_VERSION(Star,"0.1"); SYNFIG_LAYER_SET_CVS_ID(Star,"$Id$");