Fixed: Compilation

--HG--
branch : develop
This commit is contained in:
kervala 2016-12-18 13:59:17 +01:00
parent b52daf9519
commit 32fbf8163d

View file

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