aboutsummaryrefslogtreecommitdiff
path: root/src/ui_interface.h
diff options
context:
space:
mode:
authorHennadii Stepanov <32963518+hebasto@users.noreply.github.com>2020-05-09 14:46:01 +0300
committerHennadii Stepanov <32963518+hebasto@users.noreply.github.com>2020-05-10 18:01:28 +0300
commitda16f95c3fecf4ee1e9a1dc4333b0b92cd981afd (patch)
treeabf2a7768f51cee5b3e04ce572a21b4e29f64f22 /src/ui_interface.h
parent4c9b9a4882e68835f16a52f1f0657efe47e589b5 (diff)
gui: Do not translate InitWarning messages in debug.log
Diffstat (limited to 'src/ui_interface.h')
-rw-r--r--src/ui_interface.h3
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);