commit df58d390aac845f82e25a2de10d2effad52147ae parent f5044ab179207f7979505a8d1d92f19cccbd536b Author: Simon Kornblith <simon@simonster.com> Date: Sun, 5 Feb 2012 18:01:05 -0500 Handle image/vnd.microsoft.icon MIME type for ico 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