diff options
Diffstat (limited to 'lib-python/2.7/idlelib/EditorWindow.py')
-rw-r--r-- | lib-python/2.7/idlelib/EditorWindow.py | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/lib-python/2.7/idlelib/EditorWindow.py b/lib-python/2.7/idlelib/EditorWindow.py index 8ec0f3294d..d34fc62aa4 100644 --- a/lib-python/2.7/idlelib/EditorWindow.py +++ b/lib-python/2.7/idlelib/EditorWindow.py @@ -469,13 +469,10 @@ class EditorWindow(object): ("format", "F_ormat"), ("run", "_Run"), ("options", "_Options"), - ("windows", "_Windows"), + ("windows", "_Window"), ("help", "_Help"), ] - if sys.platform == "darwin": - menu_specs[-2] = ("windows", "_Window") - def createmenubar(self): mbar = self.menubar |