fix account icon in reports

This commit is contained in:
millmanorama 2016-10-17 17:02:19 +02:00
parent a9f67de54a
commit 997a1615de
2 changed files with 1 additions and 1 deletions

View File

@ -271,7 +271,7 @@ class ReportHTML implements TableReportModule {
* them all the general account icon, but we could do something else
* in the future.
*/
in = getClass().getResourceAsStream("/org/sleuthkit/autopsy/report/images/star.png"); //NON-NLS
in = getClass().getResourceAsStream("/org/sleuthkit/autopsy/report/images/accounts.png"); //NON-NLS
iconFileName = "accounts.png"; //NON-NLS
iconFilePath = path + File.separator + iconFileName;
} else { // no defined artifact found for this dataType

View File

Before

Width:  |  Height:  |  Size: 1.4 KiB

After

Width:  |  Height:  |  Size: 1.4 KiB