Data source deletion support changes

This commit is contained in:
Richard Cordovano 2019-11-08 16:43:15 -05:00
parent 5898e027ec
commit b0138680d0
3 changed files with 5 additions and 6 deletions

View File

@ -113,12 +113,11 @@ public class ImageNode extends AbstractContentNode<Image> {
actionsList.add(a);
}
actionsList.addAll(ExplorerNodeActionVisitor.getActions(content));
actionsList.add(new FileSearchAction(
Bundle.ImageNode_getActions_openFileSearchByAttr_text()));
actionsList.add(new FileSearchAction(Bundle.ImageNode_getActions_openFileSearchByAttr_text()));
actionsList.add(new ViewSummaryInformationAction(content.getId()));
actionsList.add(new RunIngestModulesAction(Collections.<Content>singletonList(content)));
actionsList.add(new NewWindowViewAction(
NbBundle.getMessage(this.getClass(), "ImageNode.getActions.viewInNewWin.text"), this));
actionsList.add(new NewWindowViewAction(NbBundle.getMessage(this.getClass(), "ImageNode.getActions.viewInNewWin.text"), this));
actionsList.add(new DeleteDataSourceAction(content.getId()));
return actionsList.toArray(new Action[0]);
}

View File

@ -1,5 +1,5 @@
#Updated by build script
#Mon, 28 Oct 2019 16:22:16 -0400
#Fri, 08 Nov 2019 16:32:05 -0500
LBL_splash_window_title=Starting Autopsy
SPLASH_HEIGHT=314
SPLASH_WIDTH=538

View File

@ -1,4 +1,4 @@
#Updated by build script
#Mon, 28 Oct 2019 16:22:16 -0400
#Fri, 08 Nov 2019 16:32:05 -0500
CTL_MainWindow_Title=Autopsy 4.13.0
CTL_MainWindow_Title_No_Project=Autopsy 4.13.0