aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <JanCBorchardt@fsfe.org>2011-04-18 22:16:32 +0200
committerJan-Christoph Borchardt <JanCBorchardt@fsfe.org>2011-04-18 22:16:32 +0200
commit660e2c8102a51dd2c225224feab5aebdc02f623f (patch)
tree8e61e84b0dc0febf01da31d197c46a6a7611ad59
parent4ae158bbe03e33ed4cf9b42af44ef7b7876a6fe2 (diff)
downloadnextcloud-server-660e2c8102a51dd2c225224feab5aebdc02f623f.tar.gz
nextcloud-server-660e2c8102a51dd2c225224feab5aebdc02f623f.zip
renamed application-octet-stream.png to file.png
-rw-r--r--img/mimetypes/file.png (renamed from img/mimetypes/application-octet-stream.png)bin391 -> 391 bytes
-rw-r--r--lib/helper.php2
2 files changed, 1 insertions, 1 deletions
diff --git a/img/mimetypes/application-octet-stream.png b/img/mimetypes/file.png
index 49790448897..49790448897 100644
--- a/img/mimetypes/application-octet-stream.png
+++ b/img/mimetypes/file.png
Binary files differ
diff --git a/lib/helper.php b/lib/helper.php
index ff16d5894b8..c4352ca3344 100644
--- a/lib/helper.php
+++ b/lib/helper.php
@@ -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";
}
}