X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=synfig-core%2Ftrunk%2Fsrc%2Fmodules%2Fexample%2Fsimplecircle.cpp;h=dfeeb15d0420893a7ee86e2318fe94e8c972f470;hb=2f015c519aa92f29144873527c109c21c171c6a7;hp=fd0350e99c71866b7c7f8719a9e71e7d30e85be2;hpb=8ef042c40521681cea99944097c4f90a5ac6cf74;p=synfig.git diff --git a/synfig-core/trunk/src/modules/example/simplecircle.cpp b/synfig-core/trunk/src/modules/example/simplecircle.cpp index fd0350e..dfeeb15 100644 --- a/synfig-core/trunk/src/modules/example/simplecircle.cpp +++ b/synfig-core/trunk/src/modules/example/simplecircle.cpp @@ -1,6 +1,6 @@ /* === S Y N F I G ========================================================= */ /*! \file simplecircle.cpp -** \brief Template Header +** \brief Implementation of the "Simple Circle" layer ** ** $Id$ ** @@ -53,7 +53,7 @@ using namespace synfig; SYNFIG_LAYER_INIT(SimpleCircle); SYNFIG_LAYER_SET_NAME(SimpleCircle,"simple_circle"); SYNFIG_LAYER_SET_LOCAL_NAME(SimpleCircle,N_("Simple Circle")); -SYNFIG_LAYER_SET_CATEGORY(SimpleCircle,N_("Do Not Use")); +SYNFIG_LAYER_SET_CATEGORY(SimpleCircle,CATEGORY_DO_NOT_USE); SYNFIG_LAYER_SET_VERSION(SimpleCircle,"0.1"); SYNFIG_LAYER_SET_CVS_ID(SimpleCircle,"$Id$");