| 2048 | */ |
| 2049 | |
| 2050 | void WConfiguration::OnCheckboxCheckUpdatesClick(wxCommandEvent& event) |
| 2051 | { |
| 2052 | wxGetApp().GetController().SetCheckUpdatesAtStartup(m_chkCheckUpdatesAtStartup->GetValue()); |
| 2053 | event.Skip(false); |
| 2054 | Changed(); |
| 2055 | } |
| 2056 | |
| 2057 |
nothing calls this directly
no test coverage detected