Code

r11887@tres: ted | 2006-05-13 01:09:41 -0700
authorgouldtj <gouldtj@users.sourceforge.net>
Sat, 13 May 2006 08:13:55 +0000 (08:13 +0000)
committergouldtj <gouldtj@users.sourceforge.net>
Sat, 13 May 2006 08:13:55 +0000 (08:13 +0000)
 Removing option to enable the effects menu.

src/preferences-skeleton.h
src/ui/dialog/inkscape-preferences.cpp

index 92288cb65de9f235aaa7dba6c4e47507ec621a6f..6fd5b235d26ab6ebdd86f166a6ea91306b7b06d4 100644 (file)
@@ -184,7 +184,7 @@ static char const preferences_skeleton[] =
 "    <group id=\"maskobject\" topmost=\"1\" remove=\"1\"/>\n"
 "  </group>\n"
 "\n"
-"  <group id=\"extensions\" show-effects-menu=\"0\">"
+"  <group id=\"extensions\">"
 "  </group>\n"
 "\n"
 "  <group id=\"desktop\""
index 78e6cd812d65bdf33db166831bc828e652ea9289..f5b447e2616de33fc3a6c094e199247d1a536420 100644 (file)
@@ -509,9 +509,6 @@ void InkscapePreferences::initPageMisc()
     _misc_comment.init( _("Add label comments to printing output"), "printing.debug", "show-label-comments", false);
     _page_misc.add_line( false, "", _misc_comment, "", 
                            _("When on, a comment will be added to the raw print output, marking the rendered output for an object with its label"), true);
-    _misc_scripts.init( _("Enable script effects (requires restart) - EXPERIMENTAL"), "extensions", "show-effects-menu", false);
-    _page_misc.add_line( false, "", _misc_scripts, "", 
-                           _("When on, the effects menu is enabled, allowing external effect scripts to be called, requires restart before effective - EXPERIMENTAL"), true);
     _misc_recent.init("options.maxrecentdocuments", "value", 0.0, 1000.0, 1.0, 1.0, 1.0, true, false);
     _page_misc.add_line( false, _("Max recent documents:"), _misc_recent, "", 
                            _("The maximum length of the Open Recent list in the File menu"), false);