]> source.dussan.org Git - nextcloud-server.git/commitdiff
renamed application-octet-stream.png to file.png
authorJan-Christoph Borchardt <JanCBorchardt@fsfe.org>
Mon, 18 Apr 2011 20:16:32 +0000 (22:16 +0200)
committerJan-Christoph Borchardt <JanCBorchardt@fsfe.org>
Mon, 18 Apr 2011 20:16:32 +0000 (22:16 +0200)
img/mimetypes/application-octet-stream.png [deleted file]
img/mimetypes/file.png [new file with mode: 0644]
lib/helper.php

diff --git a/img/mimetypes/application-octet-stream.png b/img/mimetypes/application-octet-stream.png
deleted file mode 100644 (file)
index 4979044..0000000
Binary files a/img/mimetypes/application-octet-stream.png and /dev/null differ
diff --git a/img/mimetypes/file.png b/img/mimetypes/file.png
new file mode 100644 (file)
index 0000000..4979044
Binary files /dev/null and b/img/mimetypes/file.png differ
index ff16d5894b859095f5e1047e6c306a80197350a1..c4352ca33446d8280c0d3f53815b807bb6d97d8f 100644 (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";
                }
        }