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(); Map<GeneralReportModule, Boolean> generals = getComponent().getGeneralModuleStates();
wiz.putProperty("tableModuleStates", tables); wiz.putProperty("tableModuleStates", tables);
wiz.putProperty("generalModuleStates", generals); wiz.putProperty("generalModuleStates", generals);
wiz.putProperty("fileListModuleStates", getComponent().getFileModuleStates()); wiz.putProperty("fileModuleStates", getComponent().getFileModuleStates());
// Store preferences that WizardIterator will use to determine what // Store preferences that WizardIterator will use to determine what
// panels need to be shown // panels need to be shown