diff options
Diffstat (limited to 'Mac/Tools/IDE')
| -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 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> |
