summaryrefslogtreecommitdiffstats
path: root/Lib/idlelib/macosx.py
diff options
context:
space:
mode:
authorterryjreedy <tjreedy@udel.edu>2017-06-24 00:19:46 (GMT)
committerGitHub <noreply@github.com>2017-06-24 00:19:46 (GMT)
commitbd570f42110b99bade6e58e3ed2d620f27a92fc3 (patch)
tree3db1fee229b9502df5ea4b69fbcbbf597a65d5d4 /Lib/idlelib/macosx.py
parent9db3ae045dd462a2da2e016c44231de1befd1f87 (diff)
downloadcpython-bd570f42110b99bade6e58e3ed2d620f27a92fc3.zip
cpython-bd570f42110b99bade6e58e3ed2d620f27a92fc3.tar.gz
cpython-bd570f42110b99bade6e58e3ed2d620f27a92fc3.tar.bz2
[3.6] bpo-24813: IDLE: Add default title to help_about (GH-2366) (#2369)
Patch by Cheryl Sabella. (cherry picked from commit 18ede06)
Diffstat (limited to 'Lib/idlelib/macosx.py')
-rw-r--r--Lib/idlelib/macosx.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/idlelib/macosx.py b/Lib/idlelib/macosx.py
index d4566cd..d85278a 100644
--- a/Lib/idlelib/macosx.py
+++ b/Lib/idlelib/macosx.py
@@ -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."