mirror of
https://github.com/python/cpython.git
synced 2025-10-06 23:21:06 +00:00
[3.6] bpo-24813: IDLE: Add default title to help_about (GH-2366) (#2369)
Patch by Cheryl Sabella.
(cherry picked from commit 18ede06
)
This commit is contained in:
parent
9db3ae045d
commit
bd570f4211
4 changed files with 33 additions and 9 deletions
|
@ -165,7 +165,7 @@ def overrideRootMenu(root, flist):
|
|||
"Handle Help 'About IDLE' event."
|
||||
# Synchronize with editor.EditorWindow.about_dialog.
|
||||
from idlelib import help_about
|
||||
help_about.AboutDialog(root, 'About IDLE')
|
||||
help_about.AboutDialog(root)
|
||||
|
||||
def config_dialog(event=None):
|
||||
"Handle Options 'Configure IDLE' event."
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue