Enter a log entry when creating new documents.

--HG--
branch : dfighter-tools
hg/feature/qt5
dfighter1985 11 years ago
parent aba33c2406
commit 8c9237a16f

@ -115,6 +115,8 @@ void GeorgesDFNDialog::newDocument( const QString &fileName )
m_pvt->dfn = new NLGEORGES::CFormDfn();
loadDfn();
log( "Created" );
}
void GeorgesDFNDialog::onAddClicked()

@ -423,6 +423,8 @@ namespace GeorgesQt
setWindowTitle( info.fileName() + "*" );
setModified( true );
log( "Created" );
return true;
}

@ -115,6 +115,8 @@ void GeorgesTypDialog::newDocument( const QString &fileName )
setModified( true );
loadTyp();
log( "Created" );
}
void GeorgesTypDialog::onAddClicked()

Loading…
Cancel
Save