| 201 | // CScriptLevelInterface message handlers |
| 202 | |
| 203 | void CScriptLevelInterface::SetStatus(char *str) { |
| 204 | CWnd *wnd = (CWnd *)GetDlgItem(IDC_STATUS); |
| 205 | wnd->SetWindowText(str); |
| 206 | Descent->defer(); |
| 207 | } |
| 208 | |
| 209 | void CScriptLevelInterface::OnCheckout() { |
| 210 | UpdateData(true); |