mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-10 01:09:50 +00:00
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)
|
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