gui: Do not translate InitWarning messages in debug.log

This commit is contained in:
Hennadii Stepanov
2020-05-09 14:46:01 +03:00
parent 4c9b9a4882
commit da16f95c3f
6 changed files with 12 additions and 13 deletions

View File

@@ -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);