diff options
author | Steven M. Gava <elguavas@python.net> | 2002-02-18 01:45:43 +0000 |
---|---|---|
committer | Steven M. Gava <elguavas@python.net> | 2002-02-18 01:45:43 +0000 |
commit | 82c6682bb776bb59e10a522897534af69938194f (patch) | |
tree | e89191e53bb908e84f6eb8ddfae94d011574e6d2 /Lib/idlelib/EditorWindow.py | |
parent | 4974575609ebee40c08d81e98493750b7199b1e6 (diff) | |
download | cpython-git-82c6682bb776bb59e10a522897534af69938194f.tar.gz |
further work on config system
Diffstat (limited to 'Lib/idlelib/EditorWindow.py')
-rw-r--r-- | Lib/idlelib/EditorWindow.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/idlelib/EditorWindow.py b/Lib/idlelib/EditorWindow.py index bba1702e4d..25a4c24e5f 100644 --- a/Lib/idlelib/EditorWindow.py +++ b/Lib/idlelib/EditorWindow.py @@ -233,7 +233,7 @@ class EditorWindow: ("edit", "_Edit"), ("format", "F_ormat"), ("run", "_Run"), - #("settings", "_Settings"), + ("settings", "_Settings"), ("windows", "_Windows"), ("help", "_Help"), ] |