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/ui | |
| 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/ui')
| -rw-r--r-- | src/ui/dialog/inkscape-preferences.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
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); |
