summaryrefslogtreecommitdiff
path: root/Lib/idlelib/EditorWindow.py
diff options
context:
space:
mode:
authorSteven M. Gava <elguavas@python.net>2002-02-18 01:45:43 +0000
committerSteven M. Gava <elguavas@python.net>2002-02-18 01:45:43 +0000
commit82c6682bb776bb59e10a522897534af69938194f (patch)
treee89191e53bb908e84f6eb8ddfae94d011574e6d2 /Lib/idlelib/EditorWindow.py
parent4974575609ebee40c08d81e98493750b7199b1e6 (diff)
downloadcpython-git-82c6682bb776bb59e10a522897534af69938194f.tar.gz
further work on config system
Diffstat (limited to 'Lib/idlelib/EditorWindow.py')
-rw-r--r--Lib/idlelib/EditorWindow.py2
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"),
]