]> granicus.if.org Git - python/commitdiff
Fix for bug #697546: don't auto-register the Python documentation
authorJack Jansen <jack.jansen@cwi.nl>
Wed, 5 Mar 2003 16:13:19 +0000 (16:13 +0000)
committerJack Jansen <jack.jansen@cwi.nl>
Wed, 5 Mar 2003 16:13:19 +0000 (16:13 +0000)
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.

Mac/OSXResources/app/Info.plist

index 6022db7e39e2c2b281972b4987247b21612210d8..d1b5eb9184ee56809cc13ee65a774a7f736e2270 100644 (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>