diff options
author | Jack Jansen <jack.jansen@cwi.nl> | 2003-07-04 13:06:14 +0000 |
---|---|---|
committer | Jack Jansen <jack.jansen@cwi.nl> | 2003-07-04 13:06:14 +0000 |
commit | 37e9284289997dde3ea6196c8c6ca4ce331e4939 (patch) | |
tree | bba27be15e47f5564cfc5d27b046f47021ec8b00 /Mac/Tools | |
parent | dfac99f6306d3a1bb6eba055164159fd5779a66b (diff) | |
download | cpython-37e9284289997dde3ea6196c8c6ca4ce331e4939.tar.gz |
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')
-rw-r--r-- | Mac/Tools/IDE/PythonIDE.plist | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Mac/Tools/IDE/PythonIDE.plist b/Mac/Tools/IDE/PythonIDE.plist index 4a1a602d73..8bebe37946 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> |