diff options
author | Jack Jansen <jack.jansen@cwi.nl> | 2001-09-05 22:04:25 +0000 |
---|---|---|
committer | Jack Jansen <jack.jansen@cwi.nl> | 2001-09-05 22:04:25 +0000 |
commit | d195fbe9075082a27cd70d93d3dc343fe3929c25 (patch) | |
tree | b2ea187fad6ac4422627f18bb0d812084e3c4f66 /Mac/OSXResources | |
parent | 3b58c03149901b2721ac76d026d6c05b04c47353 (diff) | |
download | cpython-d195fbe9075082a27cd70d93d3dc343fe3929c25.tar.gz |
Python is a Shell, not a Viewer.
Diffstat (limited to 'Mac/OSXResources')
-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 1a3c2e3b45..f201270514 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> |