X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=synfig-core%2Ftags%2Fstable%2Fsrc%2Fmodules%2Fexample%2Fsimplecircle.cpp;h=aecc935e1d622c735f280117a289b100d9d0df62;hb=609ffb6c7ad2996e4dde68b1066a27e80ed8a153;hp=10a27a01ec9c8a0fa1faab76a1163e6986e0796f;hpb=40dd10f62f1b0983b20cf99dd4780ea73236eb0c;p=synfig.git diff --git a/synfig-core/tags/stable/src/modules/example/simplecircle.cpp b/synfig-core/tags/stable/src/modules/example/simplecircle.cpp index 10a27a0..aecc935 100644 --- a/synfig-core/tags/stable/src/modules/example/simplecircle.cpp +++ b/synfig-core/tags/stable/src/modules/example/simplecircle.cpp @@ -1,11 +1,12 @@ /* === S Y N F I G ========================================================= */ /*! \file simplecircle.cpp -** \brief Template Header +** \brief Implementation of the "Simple Circle" layer ** ** $Id$ ** ** \legal ** Copyright (c) 2002-2005 Robert B. Quattlebaum Jr., Adrian Bentley +** Copyright (c) 2008 Chris Moore ** ** This package is free software; you can redistribute it and/or ** modify it under the terms of the GNU General Public License as @@ -52,8 +53,8 @@ using namespace synfig; SYNFIG_LAYER_INIT(SimpleCircle); SYNFIG_LAYER_SET_NAME(SimpleCircle,"simple_circle"); -SYNFIG_LAYER_SET_LOCAL_NAME(SimpleCircle,_("Simple Circle")); -SYNFIG_LAYER_SET_CATEGORY(SimpleCircle,_("Do Not Use")); +SYNFIG_LAYER_SET_LOCAL_NAME(SimpleCircle,N_("Simple Circle")); +SYNFIG_LAYER_SET_CATEGORY(SimpleCircle,CATEGORY_DO_NOT_USE); SYNFIG_LAYER_SET_VERSION(SimpleCircle,"0.1"); SYNFIG_LAYER_SET_CVS_ID(SimpleCircle,"$Id$");