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/OSXResources/app/Resources/English.lproj | |
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/OSXResources/app/Resources/English.lproj')
-rw-r--r-- | Mac/OSXResources/app/Resources/English.lproj/InfoPlist.strings | 10 |
1 files changed, 5 insertions, 5 deletions
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."; |