| 1629 | */ |
| 1630 | |
| 1631 | void WConfiguration::OnButtonCameraSettingsClick( wxCommandEvent& event ) |
| 1632 | { |
| 1633 | wxGetApp().GetController().ShowCameraSettingsDialog (); |
| 1634 | |
| 1635 | event.Skip (false); |
| 1636 | } |
| 1637 | |
| 1638 | |
| 1639 | /*! |
nothing calls this directly
no test coverage detected