Module: synfig Branch: pixelgeek_hide_svg_layer Commit: 694c8d472c6cabd15b98a9980fcdf8a1f6d2e939 URL: http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig;a=commit;h=694c8d472c6cabd15b98a9980fcdf8a1f6d2e939
Author: Chris Norman <[email protected]> Date: Wed Sep 9 19:45:14 2009 -0700 Hide "Import SVG" layer in menus, rather than listing it as "NotVisible" --- synfig-core/src/modules/mod_svg/layer_svg.cpp | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) 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 $"); ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ Synfig-devl mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/synfig-devl
