author | llornkcor <llornkcor> | 2004-02-23 11:00:49 (UTC) |
---|---|---|
committer | llornkcor <llornkcor> | 2004-02-23 11:00:49 (UTC) |
commit | 957697a1158c9bfeae88ea35190b821fe002834a (patch) (side-by-side diff) | |
tree | a3e8b6c288ea1d6221a1c8d6126091c4ef3ac655 | |
parent | fdf3a6d59f3725bebb923a774d04fb51fb1b0d68 (diff) | |
download | opie-957697a1158c9bfeae88ea35190b821fe002834a.zip opie-957697a1158c9bfeae88ea35190b821fe002834a.tar.gz opie-957697a1158c9bfeae88ea35190b821fe002834a.tar.bz2 |
fix off file mimet types to match mime.types
-rw-r--r-- | apps/Applications/mediaplayer.desktop | 2 | ||||
-rw-r--r-- | apps/Applications/opieplayer.desktop | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/apps/Applications/mediaplayer.desktop b/apps/Applications/mediaplayer.desktop index 609808d..a5d25b6 100644 --- a/apps/Applications/mediaplayer.desktop +++ b/apps/Applications/mediaplayer.desktop @@ -1,20 +1,20 @@ [Desktop Entry] Exec=opieplayer2 Icon=opieplayer2/MPEGPlayer -MimeType=audio/mpeg;audio/x-wav;audio/x-mpegurl;application/ogg;video/x-ogm;video/x-ms-asf;video/quicktime;video/mpeg;video/x-msvideo;playlist/plain; +MimeType=audio/mpeg;audio/x-wav;audio/x-mpegurl;audio/x-ogg;video/x-ogm;video/x-ms-asf;video/quicktime;video/mpeg;video/x-msvideo;playlist/plain; MimeTypeIcons=Sound;Sound;Sound;Sound;MPEGPlayer;MPEGPlayer;MPEGPlayer;MPEGPlayer;MPEGPlayer;opieplayer2/playlist2 Type=Application Name=Opie Media Player Comment=A Media Player Name[da]=Opie Player 2 Comment[da]=En medie-afspiller Name[de]=Media Player Comment[de]=Ein Abspielprogramm fuer Multimediadateien Name[es]=Multimedia Comment[es]=Reproductor de ficheros multimedia Name[fr]=Opie Media Player Comment[fr]=Lecteur multimédia Name[it]=Lettore Multimediale Comment[it]=Lettore di file multimediali Name[pt]=Multimédia Comment[pt]=Leitor de ficheiros multimédia diff --git a/apps/Applications/opieplayer.desktop b/apps/Applications/opieplayer.desktop index f118d09..6108a75 100644 --- a/apps/Applications/opieplayer.desktop +++ b/apps/Applications/opieplayer.desktop @@ -1,20 +1,20 @@ [Desktop Entry] Exec=opieplayer Icon=opieplayer/MPEGPlayer -MimeType=audio/mpeg;video/mpeg;audio/x-mpegurl;audio/x-wav;application/x-shockwave-flash;playlist/plain;audio/x-mpegurl;audio/x-mod;application/ogg +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 MimeTypeIcons=SoundPlayer;MPEGPlayer;SoundPlayer;Sound;Sound;mpegplayer/playlist2;Sound;Sound;Sound Type=Application Name=Opie Player Comment=A Media Playback Program Name[da]=Opie Player Comment[da]=En medie-afspiller Name[es]=Multimedia Comment[es]=Reproductor multimedia Name[fr]=Opie Player Comment[fr]=Lecteur multimédia de Opie Name[it]=Lettore Multimediale Comment[it]=Lettore di file multimediali Name[ko]=오삐 재생기 Name[pt]=Multimédia Comment[pt]=Leitor de ficheiros multimédia Name[pt_BR]=Leitor Multimédia |