| 1466 | // --------------------------------------------------------------------- |
| 1467 | |
| 1468 | void MyFrame::OnSavePattern(wxCommandEvent& event) |
| 1469 | { |
| 1470 | wxString filename = SavePatternDialog(); |
| 1471 | if(!filename.empty()) SaveFile(filename); |
| 1472 | } |
| 1473 | |
| 1474 | // --------------------------------------------------------------------- |
| 1475 |
nothing calls this directly
no outgoing calls
no test coverage detected