mirror of
https://github.com/python/cpython.git
synced 2025-08-31 05:58:33 +00:00
Issue #24225: Fix additional renamed module references.
This commit is contained in:
parent
fcbf1ca4f9
commit
622b2f6ec9
3 changed files with 3 additions and 3 deletions
|
@ -155,7 +155,7 @@ def overrideRootMenu(root, flist):
|
|||
if end > 0:
|
||||
menu.delete(0, end)
|
||||
windows.add_windows_to_menu(menu)
|
||||
Windows.register_callback(postwindowsmenu)
|
||||
windows.register_callback(postwindowsmenu)
|
||||
|
||||
def about_dialog(event=None):
|
||||
"Handle Help 'About IDLE' event."
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue