diff options
Diffstat (limited to 'Lib/idlelib/Bindings.py')
| -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>>'), |
