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:
authorjonasno <jonasno@users.sourceforge.net>2010-02-28 04:10:12 +0300
committerjonasno <jonasno@users.sourceforge.net>2010-02-28 04:10:12 +0300
commit6c994a451308d352d44ccb71e616bfeb1c9b7d85 (patch)
treeb4604ee85821f81a145d720a303ac4f739116d97 /src/apps/mplayerc/PPagePlayer.h
parent51ecdf4ac088b105f837ef292ff6a11045684eb5 (diff)
Moved "Remember DVD position" and "Remember File position" in Player page, part 2 and some code cleaned up
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@1710 10f7b99b-c216-0410-bff0-8a66a9350fd8
Diffstat (limited to 'src/apps/mplayerc/PPagePlayer.h')
-rw-r--r--src/apps/mplayerc/PPagePlayer.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/apps/mplayerc/PPagePlayer.h b/src/apps/mplayerc/PPagePlayer.h
index f16fde4ee..ecb72d1dd 100644
--- a/src/apps/mplayerc/PPagePlayer.h
+++ b/src/apps/mplayerc/PPagePlayer.h
@@ -49,6 +49,8 @@ public:
BOOL m_fHideCDROMsSubMenu;
BOOL m_priority;
BOOL m_fShowOSD;
+ BOOL m_fRememberDVDPos;
+ BOOL m_fRememberFilePos;
// Dialog Data
enum { IDD = IDD_PPAGEPLAYER };
@@ -64,4 +66,5 @@ public:
afx_msg void OnBnClickedCheck8();
afx_msg void OnUpdateTimeout(CCmdUI* pCmdUI);
afx_msg void OnUpdateCheck13(CCmdUI* pCmdUI);
+ afx_msg void OnUpdatePos(CCmdUI* pCmdUI);
};