mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-11-12 15:09:59 +01:00
Make InitError bilingual
This commit is contained in:
@@ -120,10 +120,11 @@ public:
|
||||
};
|
||||
|
||||
/** Show warning message **/
|
||||
// TODO: InitWarning() should take a bilingual_str parameter.
|
||||
void InitWarning(const std::string& str);
|
||||
|
||||
/** Show error message **/
|
||||
bool InitError(const std::string& str);
|
||||
bool InitError(const bilingual_str& str);
|
||||
|
||||
extern CClientUIInterface uiInterface;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user