X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=synfig-core%2Ftags%2Fstable%2Fsrc%2Fmodules%2Flyr_std%2Fzoom.cpp;h=ff73c4c139306f5a5fe5454a4e34c9efc6c4358b;hb=47fce282611fbba1044921d22ca887f9b53ad91a;hp=d8a88bc29896cd59835f742667c8979dcf4bc406;hpb=684cf1db661a9a5cbc142238cf05d6d2f7aa3f89;p=synfig.git diff --git a/synfig-core/tags/stable/src/modules/lyr_std/zoom.cpp b/synfig-core/tags/stable/src/modules/lyr_std/zoom.cpp index d8a88bc..ff73c4c 100644 --- a/synfig-core/tags/stable/src/modules/lyr_std/zoom.cpp +++ b/synfig-core/tags/stable/src/modules/lyr_std/zoom.cpp @@ -1,6 +1,6 @@ /* === S Y N F I G ========================================================= */ /*! \file zoom.cpp -** \brief writeme +** \brief Implementation of the "Zoom" layer ** ** $Id$ ** @@ -48,8 +48,8 @@ SYNFIG_LAYER_INIT(Zoom); SYNFIG_LAYER_SET_NAME(Zoom,"zoom"); -SYNFIG_LAYER_SET_LOCAL_NAME(Zoom,_("Zoom")); -SYNFIG_LAYER_SET_CATEGORY(Zoom,_("Transform")); +SYNFIG_LAYER_SET_LOCAL_NAME(Zoom,N_("Zoom")); +SYNFIG_LAYER_SET_CATEGORY(Zoom,N_("Transform")); SYNFIG_LAYER_SET_VERSION(Zoom,"0.1"); SYNFIG_LAYER_SET_CVS_ID(Zoom,"$Id$");