From 94d188ea839b82562b13f12071aa4e69d27a1702 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Axel=20D=C3=B6rfler?= Date: Thu, 19 Nov 2009 10:01:05 +0000 Subject: [PATCH] * Added application/x-asf to the supported types. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@34126 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/apps/mediaplayer/MediaPlayer.rdef | 1 + 1 file changed, 1 insertion(+) diff --git a/src/apps/mediaplayer/MediaPlayer.rdef b/src/apps/mediaplayer/MediaPlayer.rdef index c2e8729a19..0d0d8c697f 100644 --- a/src/apps/mediaplayer/MediaPlayer.rdef +++ b/src/apps/mediaplayer/MediaPlayer.rdef @@ -16,6 +16,7 @@ resource app_flags B_SINGLE_LAUNCH; resource file_types message { "types" = "application/ogg", "types" = "application/x-ogg", + "types" = "application/x-asf", "types" = "audio", "types" = "audio/32kadpcm", "types" = "audio/aac",