X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=synfig-core%2Ftags%2Fstable%2Fsrc%2Fmodules%2Fmod_filter%2Flumakey.cpp;h=9b30808be2663a22ba9e8690e4928aa197b7c716;hb=47fce282611fbba1044921d22ca887f9b53ad91a;hp=d0602e38756897d561f47b44163835f1ec7e7fcc;hpb=d3408370fc3297609b3aa8d4ff7edf1f238df251;p=synfig.git diff --git a/synfig-core/tags/stable/src/modules/mod_filter/lumakey.cpp b/synfig-core/tags/stable/src/modules/mod_filter/lumakey.cpp index d0602e3..9b30808 100644 --- a/synfig-core/tags/stable/src/modules/mod_filter/lumakey.cpp +++ b/synfig-core/tags/stable/src/modules/mod_filter/lumakey.cpp @@ -1,11 +1,12 @@ /* === S Y N F I G ========================================================= */ /*! \file lumakey.cpp -** \brief Template Header +** \brief Implementation of the "Luma Key" 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 @@ -53,8 +54,8 @@ using namespace etl; SYNFIG_LAYER_INIT(LumaKey); SYNFIG_LAYER_SET_NAME(LumaKey,"lumakey"); -SYNFIG_LAYER_SET_LOCAL_NAME(LumaKey,_("LumaKey")); -SYNFIG_LAYER_SET_CATEGORY(LumaKey,_("Filters")); +SYNFIG_LAYER_SET_LOCAL_NAME(LumaKey,N_("Luma Key")); +SYNFIG_LAYER_SET_CATEGORY(LumaKey,N_("Filters")); SYNFIG_LAYER_SET_VERSION(LumaKey,"0.1"); SYNFIG_LAYER_SET_CVS_ID(LumaKey,"$Id$");