summaryrefslogtreecommitdiffstats
path: root/Mac/Tools/IDE/PythonIDE.plist
diff options
context:
space:
mode:
authorJack Jansen <jack.jansen@cwi.nl>2003-07-04 13:06:14 (GMT)
committerJack Jansen <jack.jansen@cwi.nl>2003-07-04 13:06:14 (GMT)
commitdd614fdc51fca690be1d7c1f44d06e235f6ba1e7 (patch)
tree926474445a309ed12ea0bfed13350bb675cd50d4 /Mac/Tools/IDE/PythonIDE.plist
parent66b84832477258a009dbc011f1ac20a42495d220 (diff)
downloadcpython-dd614fdc51fca690be1d7c1f44d06e235f6ba1e7.zip
cpython-dd614fdc51fca690be1d7c1f44d06e235f6ba1e7.tar.gz
cpython-dd614fdc51fca690be1d7c1f44d06e235f6ba1e7.tar.bz2
Fixed lots of minor issues found by Edward Moy: incorrect version
strings, non-standard naming of things in bundles, etc.
Diffstat (limited to 'Mac/Tools/IDE/PythonIDE.plist')
-rw-r--r--Mac/Tools/IDE/PythonIDE.plist8
1 files changed, 4 insertions, 4 deletions
diff --git a/Mac/Tools/IDE/PythonIDE.plist b/Mac/Tools/IDE/PythonIDE.plist
index 4a1a602..8bebe37 100644
--- a/Mac/Tools/IDE/PythonIDE.plist
+++ b/Mac/Tools/IDE/PythonIDE.plist
@@ -24,14 +24,14 @@
</dict>
</array>
<key>CFBundleExecutable</key>
- <string>python</string>
+ <string>PythonIDE</string>
<key>CFBundleGetInfoString</key>
- <string>Python IDE version 2.3, (c) 2002 Python Software Foundation.</string>
+ <string>2.3, (c) 2003 Python Software Foundation.</string>
<key>CFBundleLongVersionString</key>
- <string>2.3, (c) 2002 Python Software Foundation.</string>
+ <string>2.3, (c) 2003 Python Software Foundation.</string>
<key>NSHumanReadableCopyright</key>
- <string>Copyright 2002 Python Software Foundation.</string>
+ <string>Copyright 2003 Python Software Foundation.</string>
<key>CFBundleShortVersionString</key>
<string>2.3</string>