Initial attempt at i18n support using gettext
[synfig.git] / synfig-core / trunk / src / modules / mod_geometry / star.cpp
index eda6897..3ec522d 100644 (file)
@@ -58,8 +58,8 @@ using namespace etl;
 
 SYNFIG_LAYER_INIT(Star);
 SYNFIG_LAYER_SET_NAME(Star,"star");
-SYNFIG_LAYER_SET_LOCAL_NAME(Star,_("Star"));
-SYNFIG_LAYER_SET_CATEGORY(Star,_("Geometry"));
+SYNFIG_LAYER_SET_LOCAL_NAME(Star,N_("Star"));
+SYNFIG_LAYER_SET_CATEGORY(Star,N_("Geometry"));
 SYNFIG_LAYER_SET_VERSION(Star,"0.1");
 SYNFIG_LAYER_SET_CVS_ID(Star,"$Id$");