Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/mpc-hc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoralexwild <alexwild@users.sourceforge.net>2007-09-26 19:38:15 +0400
committeralexwild <alexwild@users.sourceforge.net>2007-09-26 19:38:15 +0400
commit3a79de306c7d80c4a53932a125debc37a76313a7 (patch)
treef13ba20fa4b1e1637b7c9ed33dc92ae14f6e75bf /src/apps/mplayerc/PPageSheet.h
parent91df0a139e0c401321584938ec433c1b5e5bf817 (diff)
get rid of this stupid help question when right click in options dialog; fixed active apply button in output options
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@252 10f7b99b-c216-0410-bff0-8a66a9350fd8
Diffstat (limited to 'src/apps/mplayerc/PPageSheet.h')
-rw-r--r--src/apps/mplayerc/PPageSheet.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/apps/mplayerc/PPageSheet.h b/src/apps/mplayerc/PPageSheet.h
index ecc203f61..0b24ef083 100644
--- a/src/apps/mplayerc/PPageSheet.h
+++ b/src/apps/mplayerc/PPageSheet.h
@@ -88,6 +88,7 @@ private:
public:
CPPageSheet(LPCTSTR pszCaption, IFilterGraph* pFG, CWnd* pParentWnd, UINT idPage = 0);
virtual ~CPPageSheet();
+ afx_msg void OnContextMenu(CWnd *pWnd, CPoint point);
void LockPage() { m_bLockPage = true; };
protected: