Merge pull request #2374 from millmanorama/fix-account-icon

fix account icon in reports
This commit is contained in:
Richard Cordovano 2016-10-17 11:11:06 -04:00 committed by GitHub
commit 2ef7b2394e
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