Hide "Import SVG" layer in menus, rather than listing it as "NotVisible"
authorChris Norman <pxegeek@users.sourceforge.net>
Thu, 10 Sep 2009 02:45:14 +0000 (19:45 -0700)
committerChris Norman <pxegeek@users.sourceforge.net>
Thu, 10 Sep 2009 02:45:14 +0000 (19:45 -0700)
synfig-core/src/modules/mod_svg/layer_svg.cpp

index 2906079..7e36990 100644 (file)
@@ -51,7 +51,7 @@ using namespace synfig;
 SYNFIG_LAYER_INIT(svg_layer);
 SYNFIG_LAYER_SET_NAME(svg_layer,"svg_layer");
 SYNFIG_LAYER_SET_LOCAL_NAME(svg_layer,N_("Import Svg"));
-SYNFIG_LAYER_SET_CATEGORY(svg_layer,N_("NotVisible"));//this is auxiliar
+SYNFIG_LAYER_SET_CATEGORY(svg_layer,N_("Do Not Use"));//Hide this layer in the menu
 SYNFIG_LAYER_SET_VERSION(svg_layer,"0.1");
 SYNFIG_LAYER_SET_CVS_ID(svg_layer,"$Id: layer_svg.cpp 2240 2008-11-22 15:35:33Z dooglus $");