-------------------------------------------------------------------------------
| 127 | |
| 128 | //------------------------------------------------------------------------------- |
| 129 | void CLogWindow::Clear() { |
| 130 | this->szText = AI_VIEW_RTF_LOG_HEADER; |
| 131 | this->szPlainText = ""; |
| 132 | this->Update(); |
| 133 | } |
| 134 | |
| 135 | //------------------------------------------------------------------------------- |
| 136 | void CLogWindow::Update() { |
no test coverage detected