Unverified Kaydet (Commit) ee60e36f authored tarafından Miss Islington (bot)'s avatar Miss Islington (bot) Kaydeden (comit) GitHub

bpo-33924: Add missed mac-specific 'windows' to 'window' changes (GH-7920)


These should have been included in PR 7836.
(cherry picked from commit 42397731)
Co-authored-by: 's avatarMark Roseman <mark@markroseman.com>
üst 150cd3cb
......@@ -158,8 +158,8 @@ def overrideRootMenu(root, flist):
if end > 0:
menu.delete(0, end)
windows.add_windows_to_menu(menu)
windows.register_callback(postwindowsmenu)
window.add_windows_to_menu(menu)
window.register_callback(postwindowsmenu)
def about_dialog(event=None):
"Handle Help 'About IDLE' event."
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment