Add shield icon to start/stop server button.

This commit is contained in:
Ron Pedde
2007-03-13 03:43:30 +00:00
parent 63b49ffd04
commit aa2a9c2c43
4 changed files with 6 additions and 2 deletions

View File

@@ -29,6 +29,7 @@ CMainDlg::CMainDlg(bool move_window)
this->AddPage(m_pageAbout);
ATLVERIFY(m_strTitle.LoadString(IDR_MAINFRAME));
this->SetTitle(m_strTitle);
}