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.
This commit is contained in:
Jack Jansen 2003-03-05 16:13:19 +00:00
parent fbd861bbd3
commit 62442c295a

View file

@ -30,7 +30,9 @@
<string>2.3</string>
<key>CFBundleHelpBookFolder</key>
<string>Documentation</string>
<array>
<string>Documentation</string>
</array>
<key>CFBundleHelpBookName</key>
<string>Python Help</string>
<key>CFBundleHelpTOCFile</key>