Fixing a typo from my last commit, thanks Urias.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@28488 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
c095606e75
commit
c0e0210a03
@ -35,7 +35,7 @@ translation_format sInputFormats[] = {
|
||||
B_TRANSLATOR_BITMAP,
|
||||
BITS_IN_QUALITY,
|
||||
BITS_IN_CAPABILITY,
|
||||
"images/x-be-bitmap",
|
||||
"image/x-be-bitmap",
|
||||
"Be Bitmap Format (ICOTranslator)"
|
||||
},
|
||||
};
|
||||
@ -55,7 +55,7 @@ translation_format sOutputFormats[] = {
|
||||
B_TRANSLATOR_BITMAP,
|
||||
BITS_OUT_QUALITY,
|
||||
BITS_OUT_CAPABILITY,
|
||||
"images/x-be-bitmap",
|
||||
"image/x-be-bitmap",
|
||||
"Be Bitmap Format (ICOTranslator)"
|
||||
},
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user