From: Jack Jansen Date: Fri, 29 Mar 2002 21:16:41 +0000 (+0000) Subject: Changed visible name (in dock, menubar) of the interpreter to PythonW. X-Git-Tag: v2.3c1~6257 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c5fa303e786596922bc94ea52b7beba5561dfc1b;p=python Changed visible name (in dock, menubar) of the interpreter to PythonW. Changed version numbers and copyright. --- diff --git a/Mac/OSXResources/app/Info.plist b/Mac/OSXResources/app/Info.plist index b51ffc1d4b..72ae1ff18a 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 1b8427e158..20235b4b7a 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.";