Initial attempt at i18n support using gettext
[synfig.git] / synfig-core / trunk / src / modules / lyr_std / insideout.cpp
index fd10fa4..fed490e 100644 (file)
@@ -52,8 +52,8 @@
 
 SYNFIG_LAYER_INIT(InsideOut);
 SYNFIG_LAYER_SET_NAME(InsideOut,"inside_out");
-SYNFIG_LAYER_SET_LOCAL_NAME(InsideOut,_("Inside Out"));
-SYNFIG_LAYER_SET_CATEGORY(InsideOut,_("Distortions"));
+SYNFIG_LAYER_SET_LOCAL_NAME(InsideOut,N_("Inside Out"));
+SYNFIG_LAYER_SET_CATEGORY(InsideOut,N_("Distortions"));
 SYNFIG_LAYER_SET_VERSION(InsideOut,"0.1");
 SYNFIG_LAYER_SET_CVS_ID(InsideOut,"$Id$");