summaryrefslogtreecommitdiffstats
path: root/Lib/idlelib/EditorWindow.py
diff options
context:
space:
mode:
authorNed Deily <nad@acm.org>2015-01-18 05:06:27 (GMT)
committerNed Deily <nad@acm.org>2015-01-18 05:06:27 (GMT)
commitccb416fee2c680252a16a55f2640cba3bde80185 (patch)
treed61414d3fd5b7776432b6a610183f10b5a58f011 /Lib/idlelib/EditorWindow.py
parent3bbb37e09b30baf9ed5926cc765fee1175fb1828 (diff)
downloadcpython-ccb416fee2c680252a16a55f2640cba3bde80185.zip
cpython-ccb416fee2c680252a16a55f2640cba3bde80185.tar.gz
cpython-ccb416fee2c680252a16a55f2640cba3bde80185.tar.bz2
Issue #23180: Rename IDLE "Windows" menu item to "Window".
Patch by Al Sweigart.
Diffstat (limited to 'Lib/idlelib/EditorWindow.py')
-rw-r--r--Lib/idlelib/EditorWindow.py5
1 files changed, 1 insertions, 4 deletions
diff --git a/Lib/idlelib/EditorWindow.py b/Lib/idlelib/EditorWindow.py
index 7d2ea8f..1520ad0 100644
--- a/Lib/idlelib/EditorWindow.py
+++ b/Lib/idlelib/EditorWindow.py
@@ -439,13 +439,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