[Python-checkins] python/dist/src/Mac/OSXResources/app Info.plist,1.8,1.9

jackjansen@users.sourceforge.net jackjansen@users.sourceforge.net
2003年3月05日 08:13:23 -0800


Update of /cvsroot/python/python/dist/src/Mac/OSXResources/app
In directory sc8-pr-cvs1:/tmp/cvs-serv12325
Modified Files:
	Info.plist 
Log Message:
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.
Index: Info.plist
===================================================================
RCS file: /cvsroot/python/python/dist/src/Mac/OSXResources/app/Info.plist,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** Info.plist	28 Aug 2002 21:27:02 -0000	1.8
--- Info.plist	5 Mar 2003 16:13:19 -0000	1.9
***************
*** 31,35 ****
 
 	<key>CFBundleHelpBookFolder</key>
! 	<string>Documentation</string>
 	<key>CFBundleHelpBookName</key>
 	<string>Python Help</string>
--- 31,37 ----
 
 	<key>CFBundleHelpBookFolder</key>
! 	<array>
! 		<string>Documentation</string>
! 	</array>
 	<key>CFBundleHelpBookName</key>
 	<string>Python Help</string>

AltStyle によって変換されたページ (->オリジナル) /