| 1061 | } |
| 1062 | |
| 1063 | void CLogView::OnEscapeKey(UINT /*uNotifyCode*/, int /*nID*/, CWindow /*wndCtl*/) |
| 1064 | { |
| 1065 | SetHighlightText(); |
| 1066 | StopScrolling(); |
| 1067 | } |
| 1068 | |
| 1069 | void CLogView::OnViewFindNext(UINT /*uNotifyCode*/, int /*nID*/, CWindow /*wndCtl*/) |
| 1070 | { |
nothing calls this directly
no outgoing calls
no test coverage detected