Add hyperlinks to the about page

This commit is contained in:
Ron Pedde
2006-06-06 03:36:17 +00:00
parent ee68d3905a
commit 6428e2f531
5 changed files with 64 additions and 18 deletions

View File

@@ -22,7 +22,14 @@
LRESULT CAboutPage::OnInitDialog(UINT /*uMsg*/, WPARAM /*wParam*/, LPARAM /*lParam*/, BOOL& /*bHandled*/)
{
// Do this before we try and use the controls.
m_firefly_link.SubclassWindow(GetDlgItem(IDC_FIREFLYLINK));
m_firefly_link.SetHyperLink(_T("http://www.fireflymediaserver.org"));
m_roku_link.SetHyperLink(_T("http://www.rokulabs.com"));
m_roku_link.SubclassWindow(GetDlgItem(IDC_ROKULINK));
// Do this before we try and use the controls.
DoDataExchange(false);
FillVersionList();