Probably adds HiDPI/Retina icon for thesis.

This commit is contained in:
Sean Takats 2018-02-14 09:58:16 +01:00
parent 942b8b91f3
commit a8c19b4d8b
No known key found for this signature in database
GPG key ID: F887BC78C7816521
2 changed files with 1 additions and 1 deletions

View file

@ -477,6 +477,7 @@ Zotero.ItemTypes = new function() {
case 'newspaperArticle': case 'newspaperArticle':
case 'note': case 'note':
case 'report': case 'report':
case 'thesis':
case 'webpage': case 'webpage':
return "chrome://zotero/skin/treeitem-" + itemType + suffix + ".png"; return "chrome://zotero/skin/treeitem-" + itemType + suffix + ".png";
@ -496,7 +497,6 @@ Zotero.ItemTypes = new function() {
case 'presentation': case 'presentation':
case 'radioBroadcast': case 'radioBroadcast':
case 'statute': case 'statute':
case 'thesis':
case 'tvBroadcast': case 'tvBroadcast':
case 'videoRecording': case 'videoRecording':
return "chrome://zotero/skin/treeitem-" + itemType + ".png"; return "chrome://zotero/skin/treeitem-" + itemType + ".png";

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB