From 45d431a676a5f6e9dc861199f6de2307bc17873d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stephan=20A=C3=9Fmus?= Date: Mon, 11 Aug 2008 11:15:28 +0000 Subject: [PATCH] Applied patch by Andreas Faerber: Consequently use the IANA "x-" prefix for unofficial MIME types. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@26930 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/bin/ffm.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/ffm.cpp b/src/bin/ffm.cpp index 6288b3d93f..fd688d5948 100644 --- a/src/bin/ffm.cpp +++ b/src/bin/ffm.cpp @@ -9,7 +9,7 @@ int main(int argc, char *argv[]) { - BApplication app("application/x.vnd.Haiku-ffm"); + BApplication app("application/x-vnd.Haiku-ffm"); bool follow; if (argc == 2) {