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:
@@ -35,7 +35,7 @@ translation_format sInputFormats[] = {
|
|||||||
B_TRANSLATOR_BITMAP,
|
B_TRANSLATOR_BITMAP,
|
||||||
BITS_IN_QUALITY,
|
BITS_IN_QUALITY,
|
||||||
BITS_IN_CAPABILITY,
|
BITS_IN_CAPABILITY,
|
||||||
"images/x-be-bitmap",
|
"image/x-be-bitmap",
|
||||||
"Be Bitmap Format (ICOTranslator)"
|
"Be Bitmap Format (ICOTranslator)"
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
@@ -55,7 +55,7 @@ translation_format sOutputFormats[] = {
|
|||||||
B_TRANSLATOR_BITMAP,
|
B_TRANSLATOR_BITMAP,
|
||||||
BITS_OUT_QUALITY,
|
BITS_OUT_QUALITY,
|
||||||
BITS_OUT_CAPABILITY,
|
BITS_OUT_CAPABILITY,
|
||||||
"images/x-be-bitmap",
|
"image/x-be-bitmap",
|
||||||
"Be Bitmap Format (ICOTranslator)"
|
"Be Bitmap Format (ICOTranslator)"
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user