mirror of
https://github.com/owntone/owntone-server.git
synced 2025-02-04 10:26:02 -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;
|
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 &)
|
LRESULT CAboutPage::OnCopy(WORD, WORD, HWND, BOOL &)
|
||||||
{
|
{
|
||||||
if (OpenClipboard())
|
if (OpenClipboard())
|
||||||
|
@ -53,7 +53,6 @@ private:
|
|||||||
// Message Handlers
|
// Message Handlers
|
||||||
BEGIN_MSG_MAP(CAboutPage)
|
BEGIN_MSG_MAP(CAboutPage)
|
||||||
MESSAGE_HANDLER(WM_INITDIALOG, OnInitDialog)
|
MESSAGE_HANDLER(WM_INITDIALOG, OnInitDialog)
|
||||||
COMMAND_ID_HANDLER(IDC_WEBSITE, OnWebsite)
|
|
||||||
COMMAND_ID_HANDLER(IDC_COPY, OnCopy)
|
COMMAND_ID_HANDLER(IDC_COPY, OnCopy)
|
||||||
MSG_WM_CTLCOLORSTATIC(OnCtlColorStatic)
|
MSG_WM_CTLCOLORSTATIC(OnCtlColorStatic)
|
||||||
CHAIN_MSG_MAP(base)
|
CHAIN_MSG_MAP(base)
|
||||||
@ -64,7 +63,6 @@ private:
|
|||||||
END_DDX_MAP()
|
END_DDX_MAP()
|
||||||
|
|
||||||
LRESULT OnInitDialog(UINT uMsg, WPARAM wParam, LPARAM lParam, BOOL& bHandled);
|
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 OnCopy(WORD /*wNotifyCode*/, WORD wID, HWND /*hWndCtl*/, BOOL& /*bHandled*/);
|
||||||
LRESULT OnCtlColorStatic(HDC, HWND);
|
LRESULT OnCtlColorStatic(HDC, HWND);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user