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
1 changed files with 3 additions and 1 deletions

View File

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