diff --git a/chrome/content/zotero/xpcom/data/cachedTypes.js b/chrome/content/zotero/xpcom/data/cachedTypes.js index 96e0ee5f9..c00c2bf19 100644 --- a/chrome/content/zotero/xpcom/data/cachedTypes.js +++ b/chrome/content/zotero/xpcom/data/cachedTypes.js @@ -464,39 +464,39 @@ Zotero.ItemTypes = new function() { case 'artwork': case 'audioRecording': case 'bill': + case 'blogPost': case 'book': case 'bookSection': + case 'case': case 'computerProgram': + case 'dictionaryEntry': + case 'email': + case 'encyclopediaArticle': case 'film': case 'forumPost': + case 'hearing': case 'instantMessage': case 'interview': case 'journalArticle': case 'letter': case 'magazineArticle': + case 'manuscript': case 'newspaperArticle': case 'note': + case 'patent': + case 'presentation': case 'report': + case 'statute': case 'thesis': case 'webpage': return "chrome://zotero/skin/treeitem-" + itemType + suffix + ".png"; // No HiDPI images available case 'attachment-snapshot': - case 'blogPost': - case 'case': case 'conferencePaper': - case 'dictionaryEntry': - case 'email': - case 'encyclopediaArticle': - case 'hearing': - case 'manuscript': case 'map': - case 'patent': case 'podcast': - case 'presentation': case 'radioBroadcast': - case 'statute': case 'tvBroadcast': case 'videoRecording': return "chrome://zotero/skin/treeitem-" + itemType + ".png"; diff --git a/chrome/skin/default/zotero/treeitem-blogPost@2x.png b/chrome/skin/default/zotero/treeitem-blogPost@2x.png new file mode 100644 index 000000000..a4e8e394a Binary files /dev/null and b/chrome/skin/default/zotero/treeitem-blogPost@2x.png differ diff --git a/chrome/skin/default/zotero/treeitem-case@2x.png b/chrome/skin/default/zotero/treeitem-case@2x.png new file mode 100644 index 000000000..5d9e6e49c Binary files /dev/null and b/chrome/skin/default/zotero/treeitem-case@2x.png differ diff --git a/chrome/skin/default/zotero/treeitem-dictionaryEntry@2x.png b/chrome/skin/default/zotero/treeitem-dictionaryEntry@2x.png new file mode 100644 index 000000000..87b003bab Binary files /dev/null and b/chrome/skin/default/zotero/treeitem-dictionaryEntry@2x.png differ diff --git a/chrome/skin/default/zotero/treeitem-email@2x.png b/chrome/skin/default/zotero/treeitem-email@2x.png new file mode 100644 index 000000000..b9b9b0012 Binary files /dev/null and b/chrome/skin/default/zotero/treeitem-email@2x.png differ diff --git a/chrome/skin/default/zotero/treeitem-encyclopediaArticle@2x.png b/chrome/skin/default/zotero/treeitem-encyclopediaArticle@2x.png new file mode 100644 index 000000000..e6d574d1f Binary files /dev/null and b/chrome/skin/default/zotero/treeitem-encyclopediaArticle@2x.png differ diff --git a/chrome/skin/default/zotero/treeitem-hearing@2x.png b/chrome/skin/default/zotero/treeitem-hearing@2x.png new file mode 100644 index 000000000..26fd3e6de Binary files /dev/null and b/chrome/skin/default/zotero/treeitem-hearing@2x.png differ diff --git a/chrome/skin/default/zotero/treeitem-manuscript@2x.png b/chrome/skin/default/zotero/treeitem-manuscript@2x.png new file mode 100644 index 000000000..7477e7e55 Binary files /dev/null and b/chrome/skin/default/zotero/treeitem-manuscript@2x.png differ diff --git a/chrome/skin/default/zotero/treeitem-patent@2x.png b/chrome/skin/default/zotero/treeitem-patent@2x.png new file mode 100644 index 000000000..c32252916 Binary files /dev/null and b/chrome/skin/default/zotero/treeitem-patent@2x.png differ diff --git a/chrome/skin/default/zotero/treeitem-presentation@2x.png b/chrome/skin/default/zotero/treeitem-presentation@2x.png new file mode 100644 index 000000000..b76790720 Binary files /dev/null and b/chrome/skin/default/zotero/treeitem-presentation@2x.png differ diff --git a/chrome/skin/default/zotero/treeitem-statute@2x.png b/chrome/skin/default/zotero/treeitem-statute@2x.png new file mode 100644 index 000000000..341040de6 Binary files /dev/null and b/chrome/skin/default/zotero/treeitem-statute@2x.png differ