| 598 | */ |
| 599 | |
| 600 | void WizardPage1::OnCheckboxPerformCalibrationClick( wxCommandEvent& event ) |
| 601 | { |
| 602 | m_wizardParent->SetPerformCalibration(m_chkPerformCalibration->GetValue()); |
| 603 | event.Skip(false); |
| 604 | } |
| 605 | |
| 606 | |
| 607 | /*! |
nothing calls this directly
no test coverage detected