Changed visible name (in dock, menubar) of the interpreter to PythonW.

Changed version numbers and copyright.
This commit is contained in:
Jack Jansen 2002-03-29 21:16:41 +00:00
parent cc07ec17a3
commit c5fa303e78
2 changed files with 11 additions and 11 deletions

View File

@ -53,22 +53,22 @@
<string>python</string> <string>python</string>
<key>CFBundleGetInfoString</key> <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> <key>CFBundleLongVersionString</key>
<string>2.2, (c) 2001 Python Software Foundation.</string> <string>2.3, (c) 2002 Python Software Foundation.</string>
<key>NSHumanReadableCopyright</key> <key>NSHumanReadableCopyright</key>
<string>Copyright 2001 Python Software Foundation.</string> <string>Copyright 2002 Python Software Foundation.</string>
<key>CFBundleShortVersionString</key> <key>CFBundleShortVersionString</key>
<string>6.5</string> <string>2.3</string>
<key>CFBundleIconFile</key> <key>CFBundleIconFile</key>
<string>PythonInterpreter.icns</string> <string>PythonInterpreter.icns</string>
<key>CFBundleIdentifier</key> <key>CFBundleIdentifier</key>
<string>org.python.interpreter</string> <string>org.python.pythonw</string>
<key>CFBundleInfoDictionaryVersion</key> <key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string> <string>6.0</string>
<key>CFBundleName</key> <key>CFBundleName</key>
<string>PythonInterpreter</string> <string>PythonW</string>
<key>CFBundlePackageType</key> <key>CFBundlePackageType</key>
<string>APPL</string> <string>APPL</string>
<key>CFBundleSignature</key> <key>CFBundleSignature</key>

View File

@ -1,7 +1,7 @@
/* Localized versions of Info.plist keys */ /* Localized versions of Info.plist keys */
CFBundleName = "PythonInterpreter"; CFBundleName = "PythonW";
CFBundleShortVersionString = "Python Interpreter version 2.2"; CFBundleShortVersionString = "Python Interpreter version 2.3";
CFBundleGetInfoString = "Python Interpreter version 2.2, (c) 2001 Python Software Foundation."; CFBundleGetInfoString = "Python Interpreter version 2.3, (c) 2002 Python Software Foundation.";
CFBundleLongVersionString = "2.2, (c) 2001 Python Software Foundation."; CFBundleLongVersionString = "2.3, (c) 2002 Python Software Foundation.";
NSHumanReadableCopyright = "Copyright 2001 Python Software Foundation."; NSHumanReadableCopyright = "Copyright 2002 Python Software Foundation.";