X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=synfig-core%2Ftrunk%2Fsrc%2Fmodules%2Flyr_std%2Fxorpattern.cpp;h=e4e07f85b80768e855ca5eda614985ae0b42f7eb;hb=e3f4437fedbdd74aebbf1675723978853dac8a8b;hp=9e74eadaf3d5ec4a901a76f8a5624ea33bcffb26;hpb=73bd9cfa67d62a500d45bee844cf8cd863890109;p=synfig.git diff --git a/synfig-core/trunk/src/modules/lyr_std/xorpattern.cpp b/synfig-core/trunk/src/modules/lyr_std/xorpattern.cpp index 9e74ead..e4e07f8 100644 --- a/synfig-core/trunk/src/modules/lyr_std/xorpattern.cpp +++ b/synfig-core/trunk/src/modules/lyr_std/xorpattern.cpp @@ -1,11 +1,12 @@ /* === S Y N F I G ========================================================= */ /*! \file xorpattern.cpp -** \brief Template Header +** \brief Implementation of the "XOR Pattern" 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 @@ -50,8 +51,8 @@ SYNFIG_LAYER_INIT(XORPattern); SYNFIG_LAYER_SET_NAME(XORPattern,"xor_pattern"); -SYNFIG_LAYER_SET_LOCAL_NAME(XORPattern,_("XOR Pattern")); -SYNFIG_LAYER_SET_CATEGORY(XORPattern,_("Other")); +SYNFIG_LAYER_SET_LOCAL_NAME(XORPattern,N_("XOR Pattern")); +SYNFIG_LAYER_SET_CATEGORY(XORPattern,N_("Other")); SYNFIG_LAYER_SET_VERSION(XORPattern,"0.1"); SYNFIG_LAYER_SET_CVS_ID(XORPattern,"$Id$");