From 01e32731649738b560f38cc7a17f4a20e64ea0b0 Mon Sep 17 00:00:00 2001 From: "Kurt B. Kaiser" Date: Mon, 2 Jun 2003 01:51:38 +0000 Subject: [PATCH] Eliminate the Revert to Default Settings submenu of Option menu. Not implemented and not needed. --- Lib/idlelib/Bindings.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Lib/idlelib/Bindings.py b/Lib/idlelib/Bindings.py index 2e88c91dd8..e11aec595d 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', '<>'), -- 2.50.1