1
0
mirror of https://github.com/elisspace/autopsy.git synced 2026-09-06 02:24:30 +00:00

update wizard name, update status message that image added and ingest started

This commit is contained in:
adam-m
2012-11-20 13:00:14 -05:00
parent 1fb0d7c97f
commit e4e6473b09
2 changed files with 2 additions and 1 deletions

View File

@@ -72,7 +72,7 @@ final class AddImageVisualPanel2 extends JPanel {
*/
@Override
public String getName() {
return "Add Image To Database";
return "Add Image and Start Ingest";
}
public JProgressBar getCrDbProgressBar() {

View File

@@ -391,6 +391,7 @@ class AddImageWizardPanel2 implements WizardDescriptor.Panel<WizardDescriptor> {
ingestConfig.setImage(newImage);
ingestConfig.start();
ingested = true;
getComponent().changeProgressBarTextAndColor("*Image added and Ingest started.", 100, Color.black); // complete progress bar
}
} catch (Exception ex) {