Commit f9e8779f authored by Jack Jansen's avatar Jack Jansen

Fix for bug #697546: don't auto-register the Python documentation

by putting the help book in an array. Somehow the fact that Python.app
(and, hence, pythonw) got an automatic help menu messed up Tkinter's
handling of the help menu.
parent 2fd21dbe
......@@ -30,7 +30,9 @@
<string>2.3</string>
<key>CFBundleHelpBookFolder</key>
<array>
<string>Documentation</string>
</array>
<key>CFBundleHelpBookName</key>
<string>Python Help</string>
<key>CFBundleHelpTOCFile</key>
......
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