diff options
Diffstat (limited to 'src/qtui.h')
-rw-r--r-- | src/qtui.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/qtui.h b/src/qtui.h index a3b9eb0148..17fc44e94b 100644 --- a/src/qtui.h +++ b/src/qtui.h @@ -43,6 +43,7 @@ extern bool ThreadSafeAskFee(int64 nFeeRequired, const std::string& strCaption, extern void CalledSetStatusBar(const std::string& strText, int nField); extern void UIThreadCall(boost::function0<void> fn); extern void MainFrameRepaint(); +extern void InitMessage(const std::string &message); extern std::string _(const char* psz); #endif |