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

jackjansen@users.sourceforge.net jackjansen@users.sourceforge.net
Sun, 16 Mar 2003 14:09:24 -0800


Update of /cvsroot/python/python/dist/src/Mac/OSXResources/app
In directory sc8-pr-cvs1:/tmp/cvs-serv9930/Mac/OSXResources/app

Modified Files:
	Info.plist 
Log Message:
The MacPython introductory help is now called MacPython Help, and the
optional full documentation Python Documentation.


Index: Info.plist
===================================================================
RCS file: /cvsroot/python/python/dist/src/Mac/OSXResources/app/Info.plist,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** Info.plist	5 Mar 2003 16:13:19 -0000	1.9
--- Info.plist	16 Mar 2003 22:09:22 -0000	1.10
***************
*** 33,39 ****
  	<array>
  		<string>Documentation</string>
  	</array>
  	<key>CFBundleHelpBookName</key>
! 	<string>Python Help</string>
  	<key>CFBundleHelpTOCFile</key>
  	<string>index.html</string>
--- 33,40 ----
  	<array>
  		<string>Documentation</string>
+ 		<string>PythonDocumentation</string>
  	</array>
  	<key>CFBundleHelpBookName</key>
! 	<string>MacPython Help</string>
  	<key>CFBundleHelpTOCFile</key>
  	<string>index.html</string>