diff options
author | Hennadii Stepanov <32963518+hebasto@users.noreply.github.com> | 2020-05-09 14:46:01 +0300 |
---|---|---|
committer | Hennadii Stepanov <32963518+hebasto@users.noreply.github.com> | 2020-05-10 18:01:28 +0300 |
commit | da16f95c3fecf4ee1e9a1dc4333b0b92cd981afd (patch) | |
tree | abf2a7768f51cee5b3e04ce572a21b4e29f64f22 /src/interfaces/chain.h | |
parent | 4c9b9a4882e68835f16a52f1f0657efe47e589b5 (diff) |
gui: Do not translate InitWarning messages in debug.log
Diffstat (limited to 'src/interfaces/chain.h')
-rw-r--r-- | src/interfaces/chain.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interfaces/chain.h b/src/interfaces/chain.h index 77b315b195..7dfc77db7b 100644 --- a/src/interfaces/chain.h +++ b/src/interfaces/chain.h @@ -225,7 +225,7 @@ public: virtual void initMessage(const std::string& message) = 0; //! Send init warning. - virtual void initWarning(const std::string& message) = 0; + virtual void initWarning(const bilingual_str& message) = 0; //! Send init error. virtual void initError(const bilingual_str& message) = 0; |