Merge pull request #423 from SynapticNulship/mismatch3

Mismatch node icon
This commit is contained in:
Richard Cordovano 2014-01-10 13:10:54 -08:00
commit 89ae43bbdf
3 changed files with 4 additions and 0 deletions

View File

@ -126,6 +126,8 @@ public class ArtifactTypeNode extends DisplayableItemNode {
return "account-icon-16.png";
case TSK_ENCRYPTION_DETECTED:
return "encrypted-file.png";
case TSK_EXT_MISMATCH_DETECTED:
return "mismatch-16.png";
}
return "artifact-icon.png";
}

View File

@ -383,6 +383,8 @@ public class BlackboardArtifactNode extends DisplayableItemNode {
return "account-icon-16.png";
case TSK_ENCRYPTION_DETECTED:
return "encrypted-file.png";
case TSK_EXT_MISMATCH_DETECTED:
return "mismatch-16.png";
}
return "artifact-icon.png";

Binary file not shown.

After

Width:  |  Height:  |  Size: 672 B