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:
parent
fa7b8bb814
commit
5f927335c4
@ -1205,3 +1205,8 @@ void CIcecast2winDlg::OnAboutCredits()
|
||||
CAboutDlg about;
|
||||
about.DoModal();
|
||||
}
|
||||
|
||||
void CIcecast2winDlg::OnCancel()
|
||||
{
|
||||
}
|
||||
|
||||
|
@ -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();
|
||||
|
Loading…
x
Reference in New Issue
Block a user