X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=synfig-core%2Ftags%2Fstable%2Fsrc%2Fmodules%2Fexample%2Ffilledrect.cpp;h=57e03ab842006dd6e54ee0a7494b2aa9aebbce2e;hb=20067bb96af6946754e7ecb7b40673b818f6e5c2;hp=72125ee2122a0ee28f9f34a67b30a064f9d7e5ea;hpb=d3408370fc3297609b3aa8d4ff7edf1f238df251;p=synfig.git diff --git a/synfig-core/tags/stable/src/modules/example/filledrect.cpp b/synfig-core/tags/stable/src/modules/example/filledrect.cpp index 72125ee..57e03ab 100644 --- a/synfig-core/tags/stable/src/modules/example/filledrect.cpp +++ b/synfig-core/tags/stable/src/modules/example/filledrect.cpp @@ -1,6 +1,6 @@ /* === S Y N F I G ========================================================= */ /*! \file filledrect.cpp -** \brief Template Header +** \brief Implementation of the "Rectangle" layer ** ** $Id$ ** @@ -53,8 +53,8 @@ using namespace synfig; SYNFIG_LAYER_INIT(FilledRect); SYNFIG_LAYER_SET_NAME(FilledRect,"rectangle"); -SYNFIG_LAYER_SET_LOCAL_NAME(FilledRect,_("Rectangle")); -SYNFIG_LAYER_SET_CATEGORY(FilledRect,_("Geometry")); +SYNFIG_LAYER_SET_LOCAL_NAME(FilledRect,N_("Rectangle")); +SYNFIG_LAYER_SET_CATEGORY(FilledRect,N_("Geometry")); SYNFIG_LAYER_SET_VERSION(FilledRect,"0.1"); SYNFIG_LAYER_SET_CVS_ID(FilledRect,"$Id$");