| 97 | } |
| 98 | |
| 99 | bool InitError(const bilingual_str &str) { |
| 100 | uiInterface.ThreadSafeMessageBox(str, "", CClientUIInterface::MSG_ERROR); |
| 101 | return false; |
| 102 | } |
| 103 | |
| 104 | bool InitError(const bilingual_str &str, |
| 105 | const std::vector<std::string> &details) { |
no test coverage detected