mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-17 10:17:41 +00:00
6195 Restoring new track icon
This commit is contained in:
parent
888f70ea47
commit
2f56844686
@ -84,7 +84,8 @@ public final class IconsUtil {
|
||||
imageFile = "encrypted-file.png"; //NON-NLS
|
||||
} else if (typeID == ARTIFACT_TYPE.TSK_EXT_MISMATCH_DETECTED.getTypeID()) {
|
||||
imageFile = "mismatch-16.png"; //NON-NLS
|
||||
} else if (typeID == ARTIFACT_TYPE.TSK_GPS_ROUTE.getTypeID()) {
|
||||
} else if (typeID == ARTIFACT_TYPE.TSK_GPS_ROUTE.getTypeID()
|
||||
|| typeID == ARTIFACT_TYPE.TSK_GPS_TRACK.getTypeID()) {
|
||||
imageFile = "gps_trackpoint.png"; //NON-NLS
|
||||
} else if (typeID == ARTIFACT_TYPE.TSK_REMOTE_DRIVE.getTypeID()) {
|
||||
imageFile = "drive_network.png"; //NON-NLS
|
||||
|
Loading…
x
Reference in New Issue
Block a user