]> granicus.if.org Git - python/commitdiff
Changed visible name (in dock, menubar) of the interpreter to PythonW.
authorJack Jansen <jack.jansen@cwi.nl>
Fri, 29 Mar 2002 21:16:41 +0000 (21:16 +0000)
committerJack Jansen <jack.jansen@cwi.nl>
Fri, 29 Mar 2002 21:16:41 +0000 (21:16 +0000)
Changed version numbers and copyright.

Mac/OSXResources/app/Info.plist
Mac/OSXResources/app/Resources/English.lproj/InfoPlist.strings

index b51ffc1d4b7387f902fffcb1ee99056309dc0faf..72ae1ff18ad9d75c895d2fc1add55d1d1a4fd70e 100644 (file)
        <string>python</string>
 
        <key>CFBundleGetInfoString</key>
-       <string>Python Interpreter version 2.2, (c) 2001 Python Software Foundation.</string>
+       <string>Python Interpreter version 2.3, (c) 2002 Python Software Foundation.</string>
        <key>CFBundleLongVersionString</key>
-       <string>2.2, (c) 2001 Python Software Foundation.</string>
+       <string>2.3, (c) 2002 Python Software Foundation.</string>
        <key>NSHumanReadableCopyright</key>
-       <string>Copyright 2001 Python Software Foundation.</string>
+       <string>Copyright 2002 Python Software Foundation.</string>
        <key>CFBundleShortVersionString</key>
-       <string>6.5</string>
+       <string>2.3</string>
 
        <key>CFBundleIconFile</key>
        <string>PythonInterpreter.icns</string>
        <key>CFBundleIdentifier</key>
-       <string>org.python.interpreter</string>
+       <string>org.python.pythonw</string>
        <key>CFBundleInfoDictionaryVersion</key>
        <string>6.0</string>
        <key>CFBundleName</key>
-       <string>PythonInterpreter</string>
+       <string>PythonW</string>
        <key>CFBundlePackageType</key>
        <string>APPL</string>
        <key>CFBundleSignature</key>
index 1b8427e15873aaa6f7feef17746a495c7af74142..20235b4b7aaca8a7cdef5671c85799a6231466aa 100644 (file)
@@ -1,7 +1,7 @@
 /* Localized versions of Info.plist keys */
 
-CFBundleName = "PythonInterpreter";
-CFBundleShortVersionString = "Python Interpreter version 2.2";
-CFBundleGetInfoString = "Python Interpreter version 2.2, (c) 2001 Python Software Foundation.";
-CFBundleLongVersionString = "2.2, (c) 2001 Python Software Foundation.";
-NSHumanReadableCopyright = "Copyright 2001 Python Software Foundation.";
+CFBundleName = "PythonW";
+CFBundleShortVersionString = "Python Interpreter version 2.3";
+CFBundleGetInfoString = "Python Interpreter version 2.3, (c) 2002 Python Software Foundation.";
+CFBundleLongVersionString = "2.3, (c) 2002 Python Software Foundation.";
+NSHumanReadableCopyright = "Copyright 2002 Python Software Foundation.";