1
0
mirror of https://gitlab.xiph.org/xiph/icecast-server.git synced 2025-02-02 15:07:36 -05:00

override default action of esc closing icecast gui

svn path=/icecast/trunk/icecast/; revision=16368
This commit is contained in:
Karl Heyes 2009-07-31 14:57:02 +00:00
parent fa7b8bb814
commit 5f927335c4
2 changed files with 6 additions and 0 deletions

View File

@ -1205,3 +1205,8 @@ void CIcecast2winDlg::OnAboutCredits()
CAboutDlg about;
about.DoModal();
}
void CIcecast2winDlg::OnCancel()
{
}

View File

@ -95,6 +95,7 @@ protected:
// Generated message map functions
//{{AFX_MSG(CIcecast2winDlg)
virtual BOOL OnInitDialog();
virtual void OnCancel();
afx_msg void OnSysCommand(UINT nID, LPARAM lParam);
afx_msg void OnPaint();
afx_msg HCURSOR OnQueryDragIcon();