Fix bugs in previous commit that caused FTBFS in synfig and ETL FTBFS with older...
[synfig.git] / synfig-core / tags / stable / src / modules / lyr_std / julia.cpp
index 04c8c98..ad2478e 100644 (file)
@@ -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$");