[Python-checkins] python/dist/src/Mac/OSXResources/app/Resources/English.lproj InfoPlist.strings,1.3,1.4

jackjansen@users.sourceforge.net jackjansen@users.sourceforge.net
Wed, 28 Aug 2002 14:27:05 -0700


Update of /cvsroot/python/python/dist/src/Mac/OSXResources/app/Resources/English.lproj
In directory usw-pr-cvs1:/tmp/cvs-serv6636/OSXResources/app/Resources/English.lproj

Modified Files:
	InfoPlist.strings 
Log Message:
- Install a symlink to the documentation (which lives in the framework)
  in Python.app, and refer to it in Info.plist. This makes Apple Help
  Viewer recognize the Python documentation.
- Changed the externally visible name of Python.app to "Python" (was PythonW).


Index: InfoPlist.strings
===================================================================
RCS file: /cvsroot/python/python/dist/src/Mac/OSXResources/app/Resources/English.lproj/InfoPlist.strings,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** InfoPlist.strings	29 Mar 2002 21:16:41 -0000	1.3
--- InfoPlist.strings	28 Aug 2002 21:27:02 -0000	1.4
***************
*** 1,5 ****
  /* Localized versions of Info.plist keys */
  
! CFBundleName = "PythonW";
  CFBundleShortVersionString = "Python Interpreter version 2.3";
  CFBundleGetInfoString = "Python Interpreter version 2.3, (c) 2002 Python Software Foundation.";
--- 1,5 ----
  /* Localized versions of Info.plist keys */
  
! CFBundleName = "Python";
  CFBundleShortVersionString = "Python Interpreter version 2.3";
  CFBundleGetInfoString = "Python Interpreter version 2.3, (c) 2002 Python Software Foundation.";