changed image format list. pnunn.

This commit is contained in:
pnunn%netscape.com 1999-06-28 21:51:26 +00:00
Родитель 3a2f4d314e
Коммит 3759b30155
1 изменённых файлов: 3 добавлений и 0 удалений

Просмотреть файл

@ -1034,6 +1034,9 @@ void nsFormFrame::Temp_GetContentType(char* aPathName, char* aContentType)
(0 == nsCRT::strcasecmp(fileExt, ".jpg"))) {
strcpy(aContentType, "image/jpeg");
}
else if (0 == nsCRT::strcasecmp(fileExt, ".art")){
strcpy(aContentType, "image/x-art");
}
else { // don't bother trying to do the others here
strcpy(aContentType, "unknown");
}