diff options
author | Bibiko <bibiko@eva.mpg.de> | 2009-08-22 18:44:01 +0000 |
---|---|---|
committer | Bibiko <bibiko@eva.mpg.de> | 2009-08-22 18:44:01 +0000 |
commit | ce3b1d32a5d792e36fa8e4cdcafb4d0e23fafc71 (patch) | |
tree | 8bde3d6d107ea71d53b8ba98262403316f33a6ef /Resources/Info.plist | |
parent | 3f832f629faf1569637684d6f23a938f6d74553c (diff) | |
download | sequelpro-ce3b1d32a5d792e36fa8e4cdcafb4d0e23fafc71.tar.gz sequelpro-ce3b1d32a5d792e36fa8e4cdcafb4d0e23fafc71.tar.bz2 sequelpro-ce3b1d32a5d792e36fa8e4cdcafb4d0e23fafc71.zip |
• changed DocTypes for sql and spf files
Diffstat (limited to 'Resources/Info.plist')
-rw-r--r-- | Resources/Info.plist | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Resources/Info.plist b/Resources/Info.plist index f62891db..819db1db 100644 --- a/Resources/Info.plist +++ b/Resources/Info.plist @@ -14,7 +14,7 @@ <key>CFBundleTypeIconFile</key> <string>appicon.icns</string> <key>CFBundleTypeName</key> - <string>DocumentType</string> + <string>SequelPro connection</string> <key>CFBundleTypeOSTypes</key> <array> <string>connection</string> @@ -32,7 +32,7 @@ <key>CFBundleTypeIconFile</key> <string>appicon.icns</string> <key>CFBundleTypeName</key> - <string>DocumentType</string> + <string>SQL file</string> <key>CFBundleTypeOSTypes</key> <array> <string>sql text</string> |