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 '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";

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB