diff options
author | Kurt B. Kaiser <kbk@shore.net> | 2003-06-02 01:51:38 (GMT) |
---|---|---|
committer | Kurt B. Kaiser <kbk@shore.net> | 2003-06-02 01:51:38 (GMT) |
commit | 01e32731649738b560f38cc7a17f4a20e64ea0b0 (patch) | |
tree | 2b877cdfa4f7425c3413bfa95a262319408f3c4a /Lib/idlelib | |
parent | 9f3660972003dddcc1cced41934488513e277220 (diff) | |
download | cpython-01e32731649738b560f38cc7a17f4a20e64ea0b0.zip cpython-01e32731649738b560f38cc7a17f4a20e64ea0b0.tar.gz cpython-01e32731649738b560f38cc7a17f4a20e64ea0b0.tar.bz2 |
Eliminate the Revert to Default Settings submenu of Option menu.
Not implemented and not needed.
Diffstat (limited to 'Lib/idlelib')
-rw-r--r-- | Lib/idlelib/Bindings.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Lib/idlelib/Bindings.py b/Lib/idlelib/Bindings.py index 2e88c91..e11aec5 100644 --- a/Lib/idlelib/Bindings.py +++ b/Lib/idlelib/Bindings.py @@ -70,8 +70,8 @@ menudefs = [ ]), ('options', [ ('_Configure IDLE...', '<<open-config-dialog>>'), - None, - ('Revert to _Default Settings', '<<revert-all-settings>>'), +## None, +## ('Revert to _Default Settings', '<<revert-all-settings>>'), ]), ('help', [ ('_About IDLE', '<<about-idle>>'), |