From df58d390aac845f82e25a2de10d2effad52147ae Mon Sep 17 00:00:00 2001 From: Simon Kornblith Date: Sun, 5 Feb 2012 18:01:05 -0500 Subject: [PATCH] Handle image/vnd.microsoft.icon MIME type for ico --- chrome/content/zotero/xpcom/locateManager.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/chrome/content/zotero/xpcom/locateManager.js b/chrome/content/zotero/xpcom/locateManager.js index aa0a11d71f..7f3c93b4ef 100644 --- a/chrome/content/zotero/xpcom/locateManager.js +++ b/chrome/content/zotero/xpcom/locateManager.js @@ -202,7 +202,8 @@ Zotero.LocateManager = new function() { "image/png":"png", "image/jpeg":"jpg", "image/gif":"gif", - "image/x-icon":"ico" + "image/x-icon":"ico", + "image/vnd.microsoft.icon":"ico" }; // ensure there is an icon