mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-14 17:06:16 +00:00
6032 translated file names in results view
This commit is contained in:
parent
89ccc44a56
commit
cdea715cf7
@ -209,14 +209,15 @@ public class BlackboardArtifactNode extends AbstractContentNode<BlackboardArtifa
|
|||||||
* and put the untranslated name in the Original Name property
|
* and put the untranslated name in the Original Name property
|
||||||
* and in the tooltip.
|
* and in the tooltip.
|
||||||
*/
|
*/
|
||||||
|
String originalName = evt.getOldValue().toString();
|
||||||
translatedSourceName = evt.getNewValue().toString();
|
translatedSourceName = evt.getNewValue().toString();
|
||||||
setDisplayName(evt.getNewValue().toString());
|
setDisplayName(translatedSourceName);
|
||||||
setShortDescription(evt.getOldValue().toString());
|
setShortDescription(originalName);
|
||||||
updateSheet(new NodeProperty<>(
|
updateSheet(new NodeProperty<>(
|
||||||
Bundle.BlackboardArtifactNode_createSheet_srcFile_origName(),
|
Bundle.BlackboardArtifactNode_createSheet_srcFile_origName(),
|
||||||
Bundle.BlackboardArtifactNode_createSheet_srcFile_origDisplayName(),
|
Bundle.BlackboardArtifactNode_createSheet_srcFile_origDisplayName(),
|
||||||
NO_DESCR,
|
NO_DESCR,
|
||||||
evt.getOldValue().toString()));
|
originalName));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user