aboutsummaryrefslogtreecommitdiff
path: root/src/externui.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/externui.h')
-rw-r--r--src/externui.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/externui.h b/src/externui.h
index e58ccc2242..3243164c10 100644
--- a/src/externui.h
+++ b/src/externui.h
@@ -41,5 +41,6 @@ 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 std::string _(const char* psz);
#endif