| 698 | } |
| 699 | |
| 700 | void CMainFrame::FindNext(const std::wstring& text) |
| 701 | { |
| 702 | if (!GetView().FindNext(text)) |
| 703 | MessageBeep(MB_ICONASTERISK); |
| 704 | } |
| 705 | |
| 706 | void CMainFrame::FindPrevious(const std::wstring& text) |
| 707 | { |
nothing calls this directly
no outgoing calls
no test coverage detected