Implement the logging tab by reading the log file straight from disk.

This commit is contained in:
Mike Crowe
2006-05-30 11:29:59 +00:00
parent 975dbb6f22
commit 5ca7890013
5 changed files with 108 additions and 3 deletions

View File

@@ -24,7 +24,7 @@ CMainDlg::CMainDlg()
{
this->AddPage(m_pageConfig);
this->AddPage(m_pageAdvanced);
//this->AddPage(m_pageLog);
this->AddPage(m_pageLog);
this->AddPage(m_pageAbout);
ATLVERIFY(m_strTitle.LoadString(IDR_MAINFRAME));