mirror of
https://github.com/owntone/owntone-server.git
synced 2025-11-10 05:59:45 -05:00
Add hyperlinks to the about page
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user