This commit is contained in:
ben%bengoodger.com 2003-08-09 04:04:54 +00:00
Родитель 82c6679d65
Коммит 06b3e75dbf
1 изменённых файлов: 2 добавлений и 0 удалений

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

@ -189,6 +189,8 @@ HelperApps.prototype = {
return gRDF.GetLiteral(typeInfo.primaryExtension.toUpperCase() + " file");
}
catch (e) {
// Wow, this sucks, just show the MIME type as a last ditch effort to display
// the type of file that this is.
return gRDF.GetLiteral(typeInfo.MIMEType);
}
}