| 344 | } |
| 345 | |
| 346 | void PluginRegistrationDialog::OnGetMoreEffects(wxCommandEvent& WXUNUSED(evt)) |
| 347 | { |
| 348 | GetEffectsHelper::Get().GetEffects(); |
| 349 | } |
| 350 | |
| 351 | void PluginRegistrationDialog::OnOK(wxCommandEvent & WXUNUSED(evt)) |
| 352 | { |
nothing calls this directly
no test coverage detected