| 290 | } |
| 291 | |
| 292 | void COSImageToolDlg::SetRemainingTime(long time) |
| 293 | { |
| 294 | CString str; |
| 295 | str.Format("%2d:%02d", time/60, time%60); |
| 296 | m_cTimeLeft.SetWindowText(str); |
| 297 | } |
| 298 | |
| 299 | // --------------------------------------------------------------------------- |
| 300 | // --------------------------------------------------------------------------- |
no test coverage detected