mirror of
https://github.com/owntone/owntone-server.git
synced 2025-01-25 21:53:17 -05:00
Remove pushbuttom web page functions
This commit is contained in:
parent
e1d07af882
commit
9e648abd61
@ -109,13 +109,6 @@ void CAboutPage::AddItem(int item, int subitem, const TCHAR *text)
|
||||
m_column_widths[subitem] = width;
|
||||
}
|
||||
|
||||
LRESULT CAboutPage::OnWebsite(WORD, WORD, HWND, BOOL &)
|
||||
{
|
||||
const TCHAR *url = _T("http://www.fireflymediaserver.org/");
|
||||
::ShellExecute(m_hWnd, _T("open"), url, NULL, NULL, SW_SHOWNORMAL);
|
||||
return 0;
|
||||
}
|
||||
|
||||
LRESULT CAboutPage::OnCopy(WORD, WORD, HWND, BOOL &)
|
||||
{
|
||||
if (OpenClipboard())
|
||||
|
@ -53,7 +53,6 @@ private:
|
||||
// Message Handlers
|
||||
BEGIN_MSG_MAP(CAboutPage)
|
||||
MESSAGE_HANDLER(WM_INITDIALOG, OnInitDialog)
|
||||
COMMAND_ID_HANDLER(IDC_WEBSITE, OnWebsite)
|
||||
COMMAND_ID_HANDLER(IDC_COPY, OnCopy)
|
||||
MSG_WM_CTLCOLORSTATIC(OnCtlColorStatic)
|
||||
CHAIN_MSG_MAP(base)
|
||||
@ -64,7 +63,6 @@ private:
|
||||
END_DDX_MAP()
|
||||
|
||||
LRESULT OnInitDialog(UINT uMsg, WPARAM wParam, LPARAM lParam, BOOL& bHandled);
|
||||
LRESULT OnWebsite(WORD /*wNotifyCode*/, WORD wID, HWND /*hWndCtl*/, BOOL& /*bHandled*/);
|
||||
LRESULT OnCopy(WORD /*wNotifyCode*/, WORD wID, HWND /*hWndCtl*/, BOOL& /*bHandled*/);
|
||||
LRESULT OnCtlColorStatic(HDC, HWND);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user