Fixed: Compilation
--HG-- branch : develop
This commit is contained in:
parent
b52daf9519
commit
32fbf8163d
1 changed files with 1 additions and 1 deletions
|
@ -232,7 +232,7 @@ BOOL CBaseDialog::PreTranslateMessage(MSG* pMsg)
|
|||
|
||||
void CBaseDialog::setEditTextMultiLine (CEdit &edit, const std::string &text)
|
||||
{
|
||||
edit.SetWindowText (utf8ToTStr(addSlashR(text)));
|
||||
edit.SetWindowText (utf8ToTStr(NLMISC::addSlashR(text)));
|
||||
}
|
||||
|
||||
void CBaseDialog::onOpenSelected()
|
||||
|
|
Loading…
Reference in a new issue