This commit is contained in:
cbiesinger%web.de 2004-04-15 22:36:56 +00:00
Родитель 26cdb24398
Коммит 901a8b8a33
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -446,7 +446,7 @@ nsresult nsIconChannel::MakeInputStream(nsIInputStream** _retval, PRBool nonBloc
NS_ENSURE_SUCCESS(rv, rv); NS_ENSURE_SUCCESS(rv, rv);
nsCAutoString fileExt; nsCAutoString fileExt;
mimeService->GetPrimaryExtension(contentType.get(), EmptyCString(), fileExt); mimeService->GetPrimaryExtension(contentType, EmptyCString(), fileExt);
// If the mime service does not know about this mime type, we show // If the mime service does not know about this mime type, we show
// the generic icon. // the generic icon.
// In any case, we need to insert a '.' before the extension. // In any case, we need to insert a '.' before the extension.