author | llornkcor <llornkcor> | 2005-08-29 06:12:20 (UTC) |
---|---|---|
committer | llornkcor <llornkcor> | 2005-08-29 06:12:20 (UTC) |
commit | 06dfe2229b234668cebf425c58e190a974fd6eeb (patch) (unidiff) | |
tree | 5c1178ef738633cd15559609d92f973548ebb0dc | |
parent | 53985541eb43fc5d2564ace82912f7b3e36bd4dd (diff) | |
download | opie-06dfe2229b234668cebf425c58e190a974fd6eeb.zip opie-06dfe2229b234668cebf425c58e190a974fd6eeb.tar.gz opie-06dfe2229b234668cebf425c58e190a974fd6eeb.tar.bz2 |
simpify the mimes
-rw-r--r-- | apps/Applications/opieplayer.desktop | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/Applications/opieplayer.desktop b/apps/Applications/opieplayer.desktop index 3499f62..f3d9382 100644 --- a/apps/Applications/opieplayer.desktop +++ b/apps/Applications/opieplayer.desktop | |||
@@ -1,8 +1,8 @@ | |||
1 | [Desktop Entry] | 1 | [Desktop Entry] |
2 | Exec=opieplayer | 2 | Exec=opieplayer |
3 | Icon=opieplayer/OpiePlayer | 3 | Icon=opieplayer/OpiePlayer |
4 | MimeType=audio/mpeg;video/mpeg;audio/x-mpegurl;audio/x-wav;application/x-shockwave-flash;playlist/plain;audio/x-mpegurl;audio/x-mod;audio/x-ogg | 4 | MimeType=audio/*;video/* |
5 | MimeTypeIcons=SoundPlayer;MPEGPlayer;SoundPlayer;Sound;Sound;mpegplayer/playlist2;Sound;Sound;Sound | 5 | MimeTypeIcons=SoundPlayer;MPEGPlayer |
6 | Type=Application | 6 | Type=Application |
7 | Name=Opie Player | 7 | Name=Opie Player |
8 | Comment=A Media Playback Program | 8 | Comment=A Media Playback Program |