X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=synfig-core%2Ftrunk%2Fsrc%2Fmodules%2Fmod_filter%2Flumakey.cpp;h=9b30808be2663a22ba9e8690e4928aa197b7c716;hb=9459638ad6797b8139f1e9f0715c96076dbf0890;hp=e5686cf1f5fab43d0b1d845f5f5660562e8ad1ad;hpb=0cbe6757671888cc2c32e73c7518f5c6283835ef;p=synfig.git diff --git a/synfig-core/trunk/src/modules/mod_filter/lumakey.cpp b/synfig-core/trunk/src/modules/mod_filter/lumakey.cpp index e5686cf..9b30808 100644 --- a/synfig-core/trunk/src/modules/mod_filter/lumakey.cpp +++ b/synfig-core/trunk/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,_("Luma Key")); -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$");