X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=synfig-core%2Ftags%2Fstable%2Fsrc%2Fmodules%2Fmod_geometry%2Fregion.cpp;h=baa578035f64e5f9af47bb49c28ff85e59185a36;hb=20067bb96af6946754e7ecb7b40673b818f6e5c2;hp=75a9a1ecc5d513970e55eeb2a79670790c8a6439;hpb=40dd10f62f1b0983b20cf99dd4780ea73236eb0c;p=synfig.git diff --git a/synfig-core/tags/stable/src/modules/mod_geometry/region.cpp b/synfig-core/tags/stable/src/modules/mod_geometry/region.cpp index 75a9a1e..baa5780 100644 --- a/synfig-core/tags/stable/src/modules/mod_geometry/region.cpp +++ b/synfig-core/tags/stable/src/modules/mod_geometry/region.cpp @@ -1,11 +1,12 @@ /* === S Y N F I G ========================================================= */ /*! \file region.cpp -** \brief Template Header +** \brief Implementation of the "Region" layer ** ** $Id$ ** ** \legal ** Copyright (c) 2002-2005 Robert B. Quattlebaum Jr., Adrian Bentley +** Copyright (c) 2007 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 @@ -59,8 +60,8 @@ using namespace etl; SYNFIG_LAYER_INIT(Region); SYNFIG_LAYER_SET_NAME(Region,"region"); -SYNFIG_LAYER_SET_LOCAL_NAME(Region,_("Region")); -SYNFIG_LAYER_SET_CATEGORY(Region,_("Geometry")); +SYNFIG_LAYER_SET_LOCAL_NAME(Region,N_("Region")); +SYNFIG_LAYER_SET_CATEGORY(Region,N_("Geometry")); SYNFIG_LAYER_SET_VERSION(Region,"0.1"); SYNFIG_LAYER_SET_CVS_ID(Region,"$Id$");