mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-10 01:09:50 +00:00
Save the log too, when saving..
--HG-- branch : dfighter-tools
This commit is contained in:
parent
e6aa34584a
commit
58b50e7d7e
1 changed files with 2 additions and 0 deletions
|
@ -319,6 +319,8 @@ namespace GeorgesQt
|
|||
|
||||
void CGeorgesTreeViewDialog::write( )
|
||||
{
|
||||
NLGEORGES::CForm *form = static_cast< NLGEORGES::CForm* >( m_form );
|
||||
form->Header.Log = m_ui.logEdit->toPlainText().toUtf8().constData();
|
||||
|
||||
NLMISC::COFile file;
|
||||
std::string s = NLMISC::CPath::lookup(loadedForm.toAscii().data(), false);
|
||||
|
|
Loading…
Reference in a new issue