Fix g++ 4.3 issues; add missing <cstring> includes, remove storage class on explicit...
[synfig.git] / synfig-core / trunk / src / modules / lyr_std / julia.cpp
index 51f0e8a..7f41609 100644 (file)
@@ -6,6 +6,7 @@
 **
 **     \legal
 **     Copyright (c) 2002-2005 Robert B. Quattlebaum Jr., Adrian Bentley
+**     Copyright (c) 2007 Chris Moore
 **
 **     This package is free software; you can redistribute it and/or
 **     modify it under the terms of the GNU General Public License as
@@ -52,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$");