[vlc-commits] macosx: show more suitable icons instead of 'generic' for a couple of file extensions
Felix Paul Kühne
git at videolan.org
Mon Oct 1 14:16:22 CEST 2012
vlc | branch: master | Felix Paul Kühne <fkuehne at videolan.org> | Mon Oct 1 14:16:18 2012 +0200| [c9d65d2297fd415e4d31ec8a88781dd688684ecd] | committer: Felix Paul Kühne
macosx: show more suitable icons instead of 'generic' for a couple of file extensions
This affects: .opus, .ogx, .wtv, .rec, .vro, .tod and .mks
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=c9d65d2297fd415e4d31ec8a88781dd688684ecd
---
extras/package/macosx/Info.plist.in | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)
diff --git a/extras/package/macosx/Info.plist.in b/extras/package/macosx/Info.plist.in
index 2261cbd..9ed08df 100644
--- a/extras/package/macosx/Info.plist.in
+++ b/extras/package/macosx/Info.plist.in
@@ -483,7 +483,7 @@
<string>opus</string>
</array>
<key>CFBundleTypeIconFile</key>
- <string>generic.icns</string>
+ <string>ogg.icns</string>
<key>CFBundleTypeMIMETypes</key>
<array>
<string>audio/opus</string>
@@ -560,7 +560,7 @@
<string>ogx</string>
</array>
<key>CFBundleTypeIconFile</key>
- <string>generic.icns</string>
+ <string>ogg.icns</string>
<key>CFBundleTypeMIMETypes</key>
<array>
<string>application/ogg</string>
@@ -783,7 +783,7 @@
<string>wtv</string>
</array>
<key>CFBundleTypeIconFile</key>
- <string>generic.icns</string>
+ <string>movie.icns</string>
<key>CFBundleTypeName</key>
<string>Windows Recorded TV Show</string>
<key>CFBundleTypeRole</key>
@@ -1037,7 +1037,7 @@
<string>rec</string>
</array>
<key>CFBundleTypeIconFile</key>
- <string>generic.icns</string>
+ <string>movie.icns</string>
<key>CFBundleTypeName</key>
<string>Topfield PVR Recording</string>
<key>CFBundleTypeRole</key>
@@ -1073,7 +1073,7 @@
<string>vro</string>
</array>
<key>CFBundleTypeIconFile</key>
- <string>generic.icns</string>
+ <string>movie.icns</string>
<key>CFBundleTypeName</key>
<string>DVD Video Recording Format</string>
<key>CFBundleTypeRole</key>
@@ -1085,7 +1085,7 @@
<string>tod</string>
</array>
<key>CFBundleTypeIconFile</key>
- <string>generic.icns</string>
+ <string>movie.icns</string>
<key>CFBundleTypeName</key>
<string>JVC Everio Video Capture File</string>
<key>CFBundleTypeRole</key>
@@ -1097,7 +1097,7 @@
<string>mks</string>
</array>
<key>CFBundleTypeIconFile</key>
- <string>generic.icns</string>
+ <string>mkv.icns</string>
<key>CFBundleTypeName</key>
<string>Matroska Elementry Stream</string>
<key>CFBundleTypeRole</key>
More information about the vlc-commits
mailing list