commit a8c19b4d8b6f2b694ad1d5a67d6c663d23d0bc43
parent 942b8b91f338f754ad047002530b2e93be0c357c
Author: Sean Takats <sean@takats.org>
Date: Wed, 14 Feb 2018 09:58:16 +0100
Probably adds HiDPI/Retina icon for thesis.
Diffstat:
2 files changed, 1 insertion(+), 1 deletion(-)
diff --git a/chrome/content/zotero/xpcom/data/cachedTypes.js b/chrome/content/zotero/xpcom/data/cachedTypes.js
@@ -477,6 +477,7 @@ Zotero.ItemTypes = new function() {
case 'newspaperArticle':
case 'note':
case 'report':
+ case 'thesis':
case 'webpage':
return "chrome://zotero/skin/treeitem-" + itemType + suffix + ".png";
@@ -496,7 +497,6 @@ Zotero.ItemTypes = new function() {
case 'presentation':
case 'radioBroadcast':
case 'statute':
- case 'thesis':
case 'tvBroadcast':
case 'videoRecording':
return "chrome://zotero/skin/treeitem-" + itemType + ".png";
diff --git a/chrome/skin/default/zotero/treeitem-thesis@2x.png b/chrome/skin/default/zotero/treeitem-thesis@2x.png
Binary files differ.