mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-14 12:43:40 +02:00
gui: Do not translate InitWarning messages in debug.log
This commit is contained in:
parent
4c9b9a4882
commit
da16f95c3f
6 changed files with 12 additions and 13 deletions
|
|
@ -59,7 +59,7 @@ bool InitError(const bilingual_str& str)
|
|||
return false;
|
||||
}
|
||||
|
||||
void InitWarning(const std::string& str)
|
||||
void InitWarning(const bilingual_str& str)
|
||||
{
|
||||
uiInterface.ThreadSafeMessageBox(Untranslated(str), "", CClientUIInterface::MSG_WARNING);
|
||||
uiInterface.ThreadSafeMessageBox(str, "", CClientUIInterface::MSG_WARNING);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue