| 57 | } |
| 58 | |
| 59 | void noui_connect() |
| 60 | { |
| 61 | noui_ThreadSafeMessageBoxConn = uiInterface.ThreadSafeMessageBox_connect(noui_ThreadSafeMessageBox); |
| 62 | noui_ThreadSafeQuestionConn = uiInterface.ThreadSafeQuestion_connect(noui_ThreadSafeQuestion); |
| 63 | noui_InitMessageConn = uiInterface.InitMessage_connect(noui_InitMessage); |
| 64 | } |
| 65 | |
| 66 | bool noui_ThreadSafeMessageBoxRedirect(const bilingual_str& message, const std::string& caption, unsigned int style) |
| 67 | { |
no outgoing calls