Add my copyright to files I've modified.
[synfig.git] / synfig-core / trunk / src / modules / mod_filter / lumakey.cpp
index d0602e3..20cf143 100644 (file)
@@ -6,6 +6,7 @@
 **
 **     \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
@@ -53,7 +54,7 @@ using namespace etl;
 
 SYNFIG_LAYER_INIT(LumaKey);
 SYNFIG_LAYER_SET_NAME(LumaKey,"lumakey");
-SYNFIG_LAYER_SET_LOCAL_NAME(LumaKey,_("LumaKey"));
+SYNFIG_LAYER_SET_LOCAL_NAME(LumaKey,_("Luma Key"));
 SYNFIG_LAYER_SET_CATEGORY(LumaKey,_("Filters"));
 SYNFIG_LAYER_SET_VERSION(LumaKey,"0.1");
 SYNFIG_LAYER_SET_CVS_ID(LumaKey,"$Id$");