X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=synfig-core%2Ftags%2Fstable%2Fsrc%2Fmodules%2Fmod_filter%2Fhalftone2.cpp;h=5217cc2249c166ffa781be067b2939483005bcdd;hb=609ffb6c7ad2996e4dde68b1066a27e80ed8a153;hp=b6cad89a5204f547e0742aec013964ef5920baaf;hpb=684cf1db661a9a5cbc142238cf05d6d2f7aa3f89;p=synfig.git diff --git a/synfig-core/tags/stable/src/modules/mod_filter/halftone2.cpp b/synfig-core/tags/stable/src/modules/mod_filter/halftone2.cpp index b6cad89..5217cc2 100644 --- a/synfig-core/tags/stable/src/modules/mod_filter/halftone2.cpp +++ b/synfig-core/tags/stable/src/modules/mod_filter/halftone2.cpp @@ -1,6 +1,6 @@ /* === S Y N F I G ========================================================= */ /*! \file halftone2.cpp -** \brief blehh +** \brief Implementation of the "Halftone 2" layer ** ** $Id$ ** @@ -54,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$");