mirror of
https://port.numenaute.org/aleajactaest/khanat-code-old.git
synced 2024-11-10 01:09:34 +00:00
Fixed: Compilation
This commit is contained in:
parent
ff0581a402
commit
c4cd6ccfc2
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)
|
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…
Reference in a new issue