Internationalization -- initial step, make _ return a std::string to prevent memory leaks
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user