bpo-24813: IDLE: Add default title to help_about (#2366)

Patch by Cheryl Sabella.
This commit is contained in:
csabella 2017-06-23 20:00:58 -04:00 committed by terryjreedy
parent 8f525882fa
commit 18ede06258
4 changed files with 33 additions and 9 deletions

View file

@ -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."