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:
authorUnderground78 <underground78@users.sourceforge.net>2015-11-14 18:12:12 +0300
committerUnderground78 <underground78@users.sourceforge.net>2015-11-14 18:12:12 +0300
commitd911f14d5619d800819d6f4658e72236720b79af (patch)
tree62e98291589b13a60672bfa9f355df28442534df /src/mpc-hc/PPageInternalFilters.h
parent846eff07c13899dd7d3bf38251886b5263d41213 (diff)
parentf5d92cef4639bbe461bfc923ce2294df969a6d69 (diff)
Merge branch 'release-1.7.10'1.7.10
Diffstat (limited to 'src/mpc-hc/PPageInternalFilters.h')
-rw-r--r--src/mpc-hc/PPageInternalFilters.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/src/mpc-hc/PPageInternalFilters.h b/src/mpc-hc/PPageInternalFilters.h
index eae4b827b..05fc7b1f0 100644
--- a/src/mpc-hc/PPageInternalFilters.h
+++ b/src/mpc-hc/PPageInternalFilters.h
@@ -1,6 +1,6 @@
/*
* (C) 2003-2006 Gabest
- * (C) 2006-2014 see Authors.txt
+ * (C) 2006-2015 see Authors.txt
*
* This file is part of MPC-HC.
*
@@ -46,7 +46,7 @@ struct filter_t {
};
};
-class CPPageInternalFiltersListBox : public CCheckListBox
+class CPPageInternalFiltersListBox : public CListCtrl
{
DECLARE_DYNAMIC(CPPageInternalFiltersListBox)
@@ -100,8 +100,7 @@ protected:
DECLARE_MESSAGE_MAP()
- afx_msg void OnSelChange();
- afx_msg void OnCheckBoxChange();
+ void OnItemChanged(NMHDR* pNMHDR, LRESULT* pResult);
afx_msg void OnBnClickedSplitterConf();
afx_msg void OnBnClickedVideoDecConf();
afx_msg void OnBnClickedAudioDecConf();