X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=synfig-core%2Ftrunk%2Fsrc%2Fmodules%2Flyr_std%2Fxorpattern.cpp;h=e4e07f85b80768e855ca5eda614985ae0b42f7eb;hb=6542407861e99a0ed76bd1ba9d03ca164ec7269b;hp=299a841380366f988de7ca7adf89d904e0b0aa96;hpb=37600b4b217caa5e316984ec0b035c5e8f9698af;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 299a841..e4e07f8 100644 --- a/synfig-core/trunk/src/modules/lyr_std/xorpattern.cpp +++ b/synfig-core/trunk/src/modules/lyr_std/xorpattern.cpp @@ -1,6 +1,6 @@ /* === S Y N F I G ========================================================= */ /*! \file xorpattern.cpp -** \brief Template Header +** \brief Implementation of the "XOR Pattern" layer ** ** $Id$ ** @@ -51,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$");