Display window with news messages history */
| 1301 | |
| 1302 | /** Display window with news messages history */ |
| 1303 | void ShowMessageHistory() |
| 1304 | { |
| 1305 | CloseWindowById(WC_MESSAGE_HISTORY, 0); |
| 1306 | new MessageHistoryWindow(_message_history_desc); |
| 1307 | } |
no test coverage detected