From 660e2c8102a51dd2c225224feab5aebdc02f623f Mon Sep 17 00:00:00 2001
From: Jan-Christoph Borchardt <JanCBorchardt@fsfe.org>
Date: Mon, 18 Apr 2011 22:16:32 +0200
Subject: [PATCH] renamed application-octet-stream.png to file.png

---
 .../{application-octet-stream.png => file.png}      | Bin
 lib/helper.php                                      |   2 +-
 2 files changed, 1 insertion(+), 1 deletion(-)
 rename img/mimetypes/{application-octet-stream.png => file.png} (100%)

diff --git a/img/mimetypes/application-octet-stream.png b/img/mimetypes/file.png
similarity index 100%
rename from img/mimetypes/application-octet-stream.png
rename to img/mimetypes/file.png
diff --git a/lib/helper.php b/lib/helper.php
index ff16d5894b..c4352ca334 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";
 		}
 	}
 
-- 
GitLab