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
This commit is contained in:
Stephan Aßmus
2008-08-11 11:15:28 +00:00
parent 3d3fe5a58c
commit 45d431a676
+1 -1
View File
@@ -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) {