X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=synfig-core%2Ftrunk%2Fsrc%2Fmodules%2Flyr_std%2Fmandelbrot.cpp;h=bacbbdaac77009c7001a4c67b6bdfa531e989c75;hb=990f7bb7694e0472ed6ad165e0724864539071cd;hp=04ddfd7625aebf926880d75196e3f9aa366ec2af;hpb=37600b4b217caa5e316984ec0b035c5e8f9698af;p=synfig.git diff --git a/synfig-core/trunk/src/modules/lyr_std/mandelbrot.cpp b/synfig-core/trunk/src/modules/lyr_std/mandelbrot.cpp index 04ddfd7..bacbbda 100644 --- a/synfig-core/trunk/src/modules/lyr_std/mandelbrot.cpp +++ b/synfig-core/trunk/src/modules/lyr_std/mandelbrot.cpp @@ -1,6 +1,6 @@ /* === S Y N F I G ========================================================= */ /*! \file mandelbrot.cpp -** \brief Template Header +** \brief Implementation of the "Mandelbrot Set" layer ** ** $Id$ ** @@ -53,8 +53,8 @@ SYNFIG_LAYER_INIT(Mandelbrot); SYNFIG_LAYER_SET_NAME(Mandelbrot,"mandelbrot"); -SYNFIG_LAYER_SET_LOCAL_NAME(Mandelbrot,_("Mandelbrot Set")); -SYNFIG_LAYER_SET_CATEGORY(Mandelbrot,_("Fractals")); +SYNFIG_LAYER_SET_LOCAL_NAME(Mandelbrot,N_("Mandelbrot Set")); +SYNFIG_LAYER_SET_CATEGORY(Mandelbrot,N_("Fractals")); SYNFIG_LAYER_SET_VERSION(Mandelbrot,"0.2"); SYNFIG_LAYER_SET_CVS_ID(Mandelbrot,"$Id$");