| 1785 | */ |
| 1786 | |
| 1787 | void WizardPage5::OnButtonCameraSettingsClick( wxCommandEvent& event ) |
| 1788 | { |
| 1789 | wxGetApp().GetController().ShowCameraSettingsDialog(); |
| 1790 | event.Skip(false); |
| 1791 | } |
| 1792 | |
| 1793 | |
| 1794 | /*! |
nothing calls this directly
no test coverage detected