renamed application-octet-stream.png to file.png

This commit is contained in:
Jan-Christoph Borchardt 2011-04-18 22:16:32 +02:00
parent 4ae158bbe0
commit 660e2c8102
2 changed files with 1 additions and 1 deletions

View File

Before

Width:  |  Height:  |  Size: 391 B

After

Width:  |  Height:  |  Size: 391 B

View File

@ -89,7 +89,7 @@ class OC_HELPER {
return "$WEBROOT/img/mimetypes/$mimetype.png";
}
else{
return "$WEBROOT/img/mimetypes/application-octet-stream.png";
return "$WEBROOT/img/mimetypes/file.png";
}
}