commit deeb1b22473049c8f2d8dd5c416a71f589a0373b parent 8d96cf35bb20be7d911265a354dad14a6491794b Author: Dan Stillman <dstillman@zotero.org> Date: Fri, 3 Feb 2012 22:41:20 -0500 Add MIME type for locate icon Diffstat:
| M | 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 @@ -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