This should be the correct MIME type.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@28673 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Stephan Aßmus
2008-11-16 22:40:43 +00:00
parent 783d616d08
commit 4bae262f06
@@ -37,7 +37,7 @@ translation_format gInputFormats[] = {
B_TRANSLATOR_BITMAP, B_TRANSLATOR_BITMAP,
BMP_IN_QUALITY, BMP_IN_QUALITY,
BMP_IN_CAPABILITY, BMP_IN_CAPABILITY,
"image/x-bmp", "image/bmp",
"BMP image" "BMP image"
} }
}; };
@@ -57,7 +57,7 @@ translation_format gOutputFormats[] = {
B_TRANSLATOR_BITMAP, B_TRANSLATOR_BITMAP,
BMP_OUT_QUALITY, BMP_OUT_QUALITY,
BMP_OUT_CAPABILITY, BMP_OUT_CAPABILITY,
"image/x-bmp", "image/bmp",
"BMP image" "BMP image"
} }
}; };