Fixed: Compilation

--HG--
branch : develop
feature/pipeline-tools
kervala 8 years ago
parent b52daf9519
commit 32fbf8163d

@ -232,7 +232,7 @@ BOOL CBaseDialog::PreTranslateMessage(MSG* pMsg)
void CBaseDialog::setEditTextMultiLine (CEdit &edit, const std::string &text) void CBaseDialog::setEditTextMultiLine (CEdit &edit, const std::string &text)
{ {
edit.SetWindowText (utf8ToTStr(addSlashR(text))); edit.SetWindowText (utf8ToTStr(NLMISC::addSlashR(text)));
} }
void CBaseDialog::onOpenSelected() void CBaseDialog::onOpenSelected()

Loading…
Cancel
Save