Rename ICO translator format name to "Microsoft icon".
This matches the MIME type and is part of fixing #6782.
This commit is contained in:
parent
7753c3829c
commit
f022b1e7c0
@ -25,6 +25,7 @@ const char *kDocumentCount = "/documentCount";
|
||||
const char *kDocumentIndex = "/documentIndex";
|
||||
|
||||
#define kICOMimeType "image/vnd.microsoft.icon"
|
||||
#define kICOName "Windows icon"
|
||||
// I'm lazy - structure initializers don't like const variables...
|
||||
|
||||
|
||||
@ -36,7 +37,7 @@ static const translation_format sInputFormats[] = {
|
||||
ICO_IN_QUALITY,
|
||||
ICO_IN_CAPABILITY,
|
||||
kICOMimeType,
|
||||
"Windows Icon image"
|
||||
kICOName
|
||||
},
|
||||
{
|
||||
B_TRANSLATOR_BITMAP,
|
||||
@ -56,7 +57,7 @@ static const translation_format sOutputFormats[] = {
|
||||
ICO_OUT_QUALITY,
|
||||
ICO_OUT_CAPABILITY,
|
||||
kICOMimeType,
|
||||
"Windows Icon image"
|
||||
kICOName
|
||||
},
|
||||
{
|
||||
B_TRANSLATOR_BITMAP,
|
||||
|
Loading…
x
Reference in New Issue
Block a user