X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=synfig-core%2Ftrunk%2Fsrc%2Fmodules%2Fmod_filter%2Fhalftone2.cpp;h=5217cc2249c166ffa781be067b2939483005bcdd;hb=f5dcbf41927bdf64fe01cfa4fb613ab5a13d64e5;hp=b8977a961f30fed3fc229c861c5737b08a5e17a8;hpb=c3ad95144d148602f672e95ddda1f18fc35502f8;p=synfig.git diff --git a/synfig-core/trunk/src/modules/mod_filter/halftone2.cpp b/synfig-core/trunk/src/modules/mod_filter/halftone2.cpp index b8977a9..5217cc2 100644 --- a/synfig-core/trunk/src/modules/mod_filter/halftone2.cpp +++ b/synfig-core/trunk/src/modules/mod_filter/halftone2.cpp @@ -1,11 +1,12 @@ /* === S Y N F I G ========================================================= */ /*! \file halftone2.cpp -** \brief blehh +** \brief Implementation of the "Halftone 2" 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(Halftone2); SYNFIG_LAYER_SET_NAME(Halftone2,"halftone2"); -SYNFIG_LAYER_SET_LOCAL_NAME(Halftone2,_("Halftone 2")); -SYNFIG_LAYER_SET_CATEGORY(Halftone2,_("Filters")); +SYNFIG_LAYER_SET_LOCAL_NAME(Halftone2,N_("Halftone 2")); +SYNFIG_LAYER_SET_CATEGORY(Halftone2,N_("Filters")); SYNFIG_LAYER_SET_VERSION(Halftone2,"0.0"); SYNFIG_LAYER_SET_CVS_ID(Halftone2,"$Id$");