Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Marvin Scholz
Icecast-Server
Commits
5f927335
Commit
5f927335
authored
Jul 31, 2009
by
Karl Heyes
Browse files
override default action of esc closing icecast gui
svn path=/icecast/trunk/icecast/; revision=16368
parent
fa7b8bb8
Changes
2
Hide whitespace changes
Inline
Side-by-side
win32/Icecast2winDlg.cpp
View file @
5f927335
...
@@ -1205,3 +1205,8 @@ void CIcecast2winDlg::OnAboutCredits()
...
@@ -1205,3 +1205,8 @@ void CIcecast2winDlg::OnAboutCredits()
CAboutDlg
about
;
CAboutDlg
about
;
about
.
DoModal
();
about
.
DoModal
();
}
}
void
CIcecast2winDlg
::
OnCancel
()
{
}
win32/Icecast2winDlg.h
View file @
5f927335
...
@@ -95,6 +95,7 @@ protected:
...
@@ -95,6 +95,7 @@ protected:
// Generated message map functions
// Generated message map functions
//{{AFX_MSG(CIcecast2winDlg)
//{{AFX_MSG(CIcecast2winDlg)
virtual
BOOL
OnInitDialog
();
virtual
BOOL
OnInitDialog
();
virtual
void
OnCancel
();
afx_msg
void
OnSysCommand
(
UINT
nID
,
LPARAM
lParam
);
afx_msg
void
OnSysCommand
(
UINT
nID
,
LPARAM
lParam
);
afx_msg
void
OnPaint
();
afx_msg
void
OnPaint
();
afx_msg
HCURSOR
OnQueryDragIcon
();
afx_msg
HCURSOR
OnQueryDragIcon
();
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment