From 5fd82365fbf41588bcc230ee8d414f903bf1b0cc Mon Sep 17 00:00:00 2001 From: Jerome St-Louis Date: Wed, 7 Aug 2013 16:47:26 -0400 Subject: [PATCH] installer: (#710) Fixed missing icons in PathBox for install location --- installer/Installer.epj | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/installer/Installer.epj b/installer/Installer.epj index 7756e28..c878e6b 100644 --- a/installer/Installer.epj +++ b/installer/Installer.epj @@ -122,7 +122,10 @@ { "Folder" : "mimetypes", "Files" : [ - "../ecere/res/mimeTypes/file.png" + "../ecere/res/mimeTypes/file.png", + "../ecere/res/mimeTypes/brokenFile.png", + "../ecere/res/places/brokenFolder.png", + "../ecere/res/places/folder.png" ] }, { -- 1.8.3.1