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