From 9e43353ce54568be127f428b5491cf560e1f97d6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stephan=20A=C3=9Fmus?= Date: Mon, 19 Oct 2009 18:24:51 +0000 Subject: [PATCH] The media_server signature is actually defined. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@33661 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/apps/mediaplayer/MainApp.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/apps/mediaplayer/MainApp.cpp b/src/apps/mediaplayer/MainApp.cpp index e4b3b1e8da..a6241c504e 100644 --- a/src/apps/mediaplayer/MainApp.cpp +++ b/src/apps/mediaplayer/MainApp.cpp @@ -24,6 +24,7 @@ #include #include #include +#include #include #include #include @@ -40,7 +41,7 @@ MainApp* gMainApp; const char* kAppSig = "application/x-vnd.Haiku-MediaPlayer"; -static const char* kMediaServerSig = "application/x-vnd.Be.media-server"; +static const char* kMediaServerSig = B_MEDIA_SERVER_SIGNATURE; static const char* kMediaServerAddOnSig = "application/x-vnd.Be.addon-host";