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:
Diffstat (limited to 'src/apps/mplayerc/PPageSubMisc.h')
-rw-r--r--src/apps/mplayerc/PPageSubMisc.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/apps/mplayerc/PPageSubMisc.h b/src/apps/mplayerc/PPageSubMisc.h
index 8b1d8fa35..af10f6238 100644
--- a/src/apps/mplayerc/PPageSubMisc.h
+++ b/src/apps/mplayerc/PPageSubMisc.h
@@ -39,6 +39,8 @@ public:
BOOL m_fPrioritizeExternalSubtitles;
BOOL m_fDisableInternalSubtitles;
CString m_szAutoloadPaths;
+ CComboBox m_ISDbCombo;
+ CString m_ISDb;
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
@@ -47,4 +49,7 @@ protected:
DECLARE_MESSAGE_MAP()
public:
+ afx_msg void OnBnClickedButton1();
+ afx_msg void OnBnClickedButton2();
+ afx_msg void OnUpdateButton2(CCmdUI* pCmdUI);
};