| 60 | } |
| 61 | |
| 62 | void CHistoryDlg::UpdateUi() |
| 63 | { |
| 64 | GetDlgItem(IDC_HISTORY).EnableWindow(!m_unlimited); |
| 65 | } |
| 66 | |
| 67 | void CHistoryDlg::OnCancel(UINT /*uNotifyCode*/, int nID, CWindow /*wndCtl*/) |
| 68 | { |
nothing calls this directly
no outgoing calls
no test coverage detected