mirror of
https://github.com/owntone/owntone-server.git
synced 2025-11-10 05:59:45 -05:00
Use the firely logo on the about page.
This commit is contained in:
@@ -132,4 +132,15 @@ LRESULT CAboutPage::OnCopy(WORD, WORD, HWND, BOOL &)
|
||||
CloseClipboard();
|
||||
}
|
||||
return 0;
|
||||
}
|
||||
|
||||
LRESULT CAboutPage::OnCtlColorStatic(HDC hdc, HWND hwnd)
|
||||
{
|
||||
if (GetDlgItem(IDC_LOGO) == hwnd)
|
||||
{
|
||||
HBRUSH brush = (HBRUSH)::GetStockObject(WHITE_BRUSH);
|
||||
return (LRESULT)brush;
|
||||
}
|
||||
else
|
||||
return 0;
|
||||
}
|
||||
Reference in New Issue
Block a user