From: Chris Norman Date: Thu, 10 Sep 2009 02:45:14 +0000 (-0700) Subject: Hide "Import SVG" layer in menus, rather than listing it as "NotVisible" X-Git-Url: https://git.pterodactylus.net/?a=commitdiff_plain;h=694c8d472c6cabd15b98a9980fcdf8a1f6d2e939;p=synfig.git Hide "Import SVG" layer in menus, rather than listing it as "NotVisible" --- diff --git a/synfig-core/src/modules/mod_svg/layer_svg.cpp b/synfig-core/src/modules/mod_svg/layer_svg.cpp index 2906079..7e36990 100644 --- a/synfig-core/src/modules/mod_svg/layer_svg.cpp +++ b/synfig-core/src/modules/mod_svg/layer_svg.cpp @@ -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 $");