Edited the single line description of each source file that implements a layer.
[synfig.git] / synfig-core / trunk / src / modules / lyr_std / xorpattern.cpp
index 9e74ead..e4e07f8 100644 (file)
@@ -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$");