fixing mac bustage

This commit is contained in:
cbiesinger%web.de 2003-11-15 15:29:14 +00:00
parent e92cc5ddfd
commit d167f8dd89

View File

@ -253,7 +253,7 @@ nsOSHelperAppService::GetMIMEInfoFromOS(const char * aMIMEType,
return nsnull;
if (aMIMEType && *aMIMEType)
mimeInfo->SetMIMEType(aType);
mimeInfo->SetMIMEType(aMIMEType);
if (aFileExt && *aFileExt)
mimeInfo->AppendExtension(aFileExt);
}