| 307 | } |
| 308 | |
| 309 | void COrphanRemoveDlg::SetStatus(char *status) { |
| 310 | CWnd *stat = (CWnd *)GetDlgItem(IDC_STATUS); |
| 311 | stat->SetWindowText(status); |
| 312 | Descent->defer(); |
| 313 | } |
| 314 | |
| 315 | void COrphanRemoveDlg::OnOK() { |
| 316 | if (HasFilesCheckedOut()) { |
no test coverage detected