| 1077 | } |
| 1078 | |
| 1079 | void CMainFrame::OnAutoNewline(UINT /*uNotifyCode*/, int /*nID*/, CWindow /*wndCtl*/) |
| 1080 | { |
| 1081 | m_logSources.SetAutoNewLine(!m_logSources.GetAutoNewLine()); |
| 1082 | } |
| 1083 | |
| 1084 | void CMainFrame::OnHide(UINT /*uNotifyCode*/, int /*nID*/, CWindow /*wndCtl*/) |
| 1085 | { |
nothing calls this directly
no test coverage detected