From c5fa303e786596922bc94ea52b7beba5561dfc1b Mon Sep 17 00:00:00 2001 From: Jack Jansen Date: Fri, 29 Mar 2002 21:16:41 +0000 Subject: Changed visible name (in dock, menubar) of the interpreter to PythonW. Changed version numbers and copyright. --- Mac/OSXResources/app/Info.plist | 12 ++++++------ .../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 @@ python CFBundleGetInfoString - Python Interpreter version 2.2, (c) 2001 Python Software Foundation. + Python Interpreter version 2.3, (c) 2002 Python Software Foundation. CFBundleLongVersionString - 2.2, (c) 2001 Python Software Foundation. + 2.3, (c) 2002 Python Software Foundation. NSHumanReadableCopyright - Copyright 2001 Python Software Foundation. + Copyright 2002 Python Software Foundation. CFBundleShortVersionString - 6.5 + 2.3 CFBundleIconFile PythonInterpreter.icns CFBundleIdentifier - org.python.interpreter + org.python.pythonw CFBundleInfoDictionaryVersion 6.0 CFBundleName - PythonInterpreter + PythonW CFBundlePackageType APPL CFBundleSignature 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."; -- cgit v0.12