| 13 | CClientUIInterface uiInterface; |
| 14 | |
| 15 | bool InitError(const bilingual_str& str) |
| 16 | { |
| 17 | uiInterface.ThreadSafeMessageBox(str, CClientUIInterface::MSG_ERROR); |
| 18 | return false; |
| 19 | } |
| 20 | |
| 21 | bool InitError(const bilingual_str& str, const std::vector<std::string>& details) |
| 22 | { |
no test coverage detected