| 1738 | */ |
| 1739 | |
| 1740 | void WizardPage4::OnCheckboxRunWizardAtStartupClick( wxCommandEvent& event ) |
| 1741 | { |
| 1742 | wxGetApp().GetController().SetRunWizardAtStartup(event.IsChecked()); |
| 1743 | event.Skip(false); |
| 1744 | } |
| 1745 | |
| 1746 | |
| 1747 | /*! |
nothing calls this directly
no test coverage detected