diff options
author | Jack Jansen <jack.jansen@cwi.nl> | 2001-09-05 22:04:25 (GMT) |
---|---|---|
committer | Jack Jansen <jack.jansen@cwi.nl> | 2001-09-05 22:04:25 (GMT) |
commit | b30e10663304461e4b29342bc7cbc6e428060a25 (patch) | |
tree | 7cce7eebdb7b70e87e7a29cc49be10a89d51cd78 /Mac | |
parent | a44361ea363ca96cab1a95c5fbea73d17ef891ee (diff) | |
download | cpython-b30e10663304461e4b29342bc7cbc6e428060a25.zip cpython-b30e10663304461e4b29342bc7cbc6e428060a25.tar.gz cpython-b30e10663304461e4b29342bc7cbc6e428060a25.tar.bz2 |
Python is a Shell, not a Viewer.
Diffstat (limited to 'Mac')
-rw-r--r-- | Mac/OSXResources/app/Info.plist | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Mac/OSXResources/app/Info.plist b/Mac/OSXResources/app/Info.plist index 1a3c2e3..f201270 100644 --- a/Mac/OSXResources/app/Info.plist +++ b/Mac/OSXResources/app/Info.plist @@ -20,7 +20,7 @@ <string>TEXT</string> </array> <key>CFBundleTypeRole</key> - <string>Viewer</string> + <string>Shell</string> </dict> <dict> <key>CFBundleTypeExtensions</key> |