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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user