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

Fixed wizard property name

This commit is contained in:
Jeff Wallace
2013-10-15 12:26:33 -04:00
parent 1f153727db
commit 28b504e34e

View File

@@ -110,7 +110,7 @@ public class ReportWizardPanel1 implements WizardDescriptor.FinishablePanel<Wiza
Map<GeneralReportModule, Boolean> generals = getComponent().getGeneralModuleStates();
wiz.putProperty("tableModuleStates", tables);
wiz.putProperty("generalModuleStates", generals);
wiz.putProperty("fileListModuleStates", getComponent().getFileModuleStates());
wiz.putProperty("fileModuleStates", getComponent().getFileModuleStates());
// Store preferences that WizardIterator will use to determine what
// panels need to be shown