diff options
author | Jack Jansen <jack.jansen@cwi.nl> | 2002-03-29 21:16:41 (GMT) |
---|---|---|
committer | Jack Jansen <jack.jansen@cwi.nl> | 2002-03-29 21:16:41 (GMT) |
commit | c5fa303e786596922bc94ea52b7beba5561dfc1b (patch) | |
tree | 8e043ac29c8f4a900cd9999d1c66c8ab46860cdb /Mac | |
parent | cc07ec17a3f07b695d5cdacaeb45e9fec43b44e5 (diff) | |
download | cpython-c5fa303e786596922bc94ea52b7beba5561dfc1b.zip cpython-c5fa303e786596922bc94ea52b7beba5561dfc1b.tar.gz cpython-c5fa303e786596922bc94ea52b7beba5561dfc1b.tar.bz2 |
Changed visible name (in dock, menubar) of the interpreter to PythonW.
Changed version numbers and copyright.
Diffstat (limited to 'Mac')
-rw-r--r-- | Mac/OSXResources/app/Info.plist | 12 | ||||
-rw-r--r-- | Mac/OSXResources/app/Resources/English.lproj/InfoPlist.strings | 10 |
2 files changed, 11 insertions, 11 deletions
diff --git a/Mac/OSXResources/app/Info.plist b/Mac/OSXResources/app/Info.plist index b51ffc1..72ae1ff 100644 --- a/Mac/OSXResources/app/Info.plist +++ b/Mac/OSXResources/app/Info.plist @@ -53,22 +53,22 @@ <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> diff --git a/Mac/OSXResources/app/Resources/English.lproj/InfoPlist.strings b/Mac/OSXResources/app/Resources/English.lproj/InfoPlist.strings index 1b8427e..20235b4 100644 --- a/Mac/OSXResources/app/Resources/English.lproj/InfoPlist.strings +++ b/Mac/OSXResources/app/Resources/English.lproj/InfoPlist.strings @@ -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."; |