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:
authorAleksoid <aleksoid@users.sourceforge.net>2008-08-30 07:50:55 +0400
committerAleksoid <aleksoid@users.sourceforge.net>2008-08-30 07:50:55 +0400
commitf70f1a0773b717ed450b39f36ebd3ba1c54f88ec (patch)
tree82641776328aa80fdcaa51cc05a972879930a83f /src/apps/mplayerc/PPageFormats.cpp
parentfc393d827c2e3d893022cc072a444e1a655c981d (diff)
fix for Rev.760
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@762 10f7b99b-c216-0410-bff0-8a66a9350fd8
Diffstat (limited to 'src/apps/mplayerc/PPageFormats.cpp')
-rw-r--r--src/apps/mplayerc/PPageFormats.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/apps/mplayerc/PPageFormats.cpp b/src/apps/mplayerc/PPageFormats.cpp
index 96e64533b..691e3237c 100644
--- a/src/apps/mplayerc/PPageFormats.cpp
+++ b/src/apps/mplayerc/PPageFormats.cpp
@@ -644,13 +644,10 @@ BOOL CPPageFormats::OnApply()
}
- /*
- int cntChecked = 0;
for(int i = 0; i < m_list.GetItemCount(); i++)
{
int iChecked = GetChecked(i);
if(iChecked == 2) continue;
- cntChecked += iChecked;
CAtlList<CString> exts;
Explode(mf[(int)m_list.GetItemData(i)].GetExtsWithPeriod(), exts, ' ');
@@ -659,7 +656,6 @@ BOOL CPPageFormats::OnApply()
while(pos)
RegisterExt(exts.GetNext(pos), mf[(int)m_list.GetItemData(i)].GetProgId(), mf[(int)m_list.GetItemData(i)].GetLabel(), !!iChecked);
}
- */
CRegKey key;
if(m_fContextDir.GetCheck())