From: Kurt B. Kaiser Date: Mon, 2 Jun 2003 01:51:38 +0000 (+0000) Subject: Eliminate the Revert to Default Settings submenu of Option menu. X-Git-Tag: v2.3c1~544 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=01e32731649738b560f38cc7a17f4a20e64ea0b0;p=thirdparty%2FPython%2Fcpython.git Eliminate the Revert to Default Settings submenu of Option menu. Not implemented and not needed. --- diff --git a/Lib/idlelib/Bindings.py b/Lib/idlelib/Bindings.py index 2e88c91dd820..e11aec595d31 100644 --- a/Lib/idlelib/Bindings.py +++ b/Lib/idlelib/Bindings.py @@ -70,8 +70,8 @@ menudefs = [ ]), ('options', [ ('_Configure IDLE...', '<>'), - None, - ('Revert to _Default Settings', '<>'), +## None, +## ('Revert to _Default Settings', '<>'), ]), ('help', [ ('_About IDLE', '<>'),