diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/preferences-skeleton.h | 2 | ||||
| -rw-r--r-- | src/ui/dialog/inkscape-preferences.cpp | 3 |
2 files changed, 1 insertions, 4 deletions
diff --git a/src/preferences-skeleton.h b/src/preferences-skeleton.h index 92288cb65..6fd5b235d 100644 --- a/src/preferences-skeleton.h +++ b/src/preferences-skeleton.h @@ -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\"" diff --git a/src/ui/dialog/inkscape-preferences.cpp b/src/ui/dialog/inkscape-preferences.cpp index 78e6cd812..f5b447e26 100644 --- a/src/ui/dialog/inkscape-preferences.cpp +++ b/src/ui/dialog/inkscape-preferences.cpp @@ -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); |
