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/ui_interface.h | |
parent | 4c9b9a4882e68835f16a52f1f0657efe47e589b5 (diff) |
gui: Do not translate InitWarning messages in debug.log
Diffstat (limited to 'src/ui_interface.h')
-rw-r--r-- | src/ui_interface.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/ui_interface.h b/src/ui_interface.h index 132866cc5a..9c49451e84 100644 --- a/src/ui_interface.h +++ b/src/ui_interface.h @@ -120,8 +120,7 @@ public: }; /** Show warning message **/ -// TODO: InitWarning() should take a bilingual_str parameter. -void InitWarning(const std::string& str); +void InitWarning(const bilingual_str& str); /** Show error message **/ bool InitError(const bilingual_str& str); |