diff options
| author | Ted Gould <ted@gould.cx> | 2006-05-13 08:13:55 +0000 |
|---|---|---|
| committer | gouldtj <gouldtj@users.sourceforge.net> | 2006-05-13 08:13:55 +0000 |
| commit | b85ddbff5f415c0c2ee2f9f23fda8e598512454f (patch) | |
| tree | a561cf23539cfbf93191236484721976e687810d /src | |
| parent | r11886@tres: ted | 2006-05-13 00:30:29 -0700 (diff) | |
| download | inkscape-b85ddbff5f415c0c2ee2f9f23fda8e598512454f.tar.gz inkscape-b85ddbff5f415c0c2ee2f9f23fda8e598512454f.zip | |
r11887@tres: ted | 2006-05-13 01:09:41 -0700
Removing option to enable the effects menu.
(bzr r820)
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); |
