add comment
git-svn-id: svn://10.0.0.236/trunk@145790 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
c491c09a9e
commit
16c47e3988
@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user