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-23 03:07:05 +0400
committerAleksoid <aleksoid@users.sourceforge.net>2008-08-23 03:07:05 +0400
commit9ce20a4429d3ec040b66c158a9f8508930c33ec6 (patch)
tree0dccc0eb417fc71881140a3b6fa19632794ae46a /src/apps/mplayerc/PPageFormats.cpp
parentcf897ebc99c8af2374b68f1f966a7b978d2fdb37 (diff)
Remove Playlist form Video Group on "Formats" Page
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@747 10f7b99b-c216-0410-bff0-8a66a9350fd8
Diffstat (limited to 'src/apps/mplayerc/PPageFormats.cpp')
-rw-r--r--src/apps/mplayerc/PPageFormats.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/apps/mplayerc/PPageFormats.cpp b/src/apps/mplayerc/PPageFormats.cpp
index 145f90d68..21e168fcd 100644
--- a/src/apps/mplayerc/PPageFormats.cpp
+++ b/src/apps/mplayerc/PPageFormats.cpp
@@ -815,8 +815,8 @@ void CPPageFormats::OnBnClickedButton14()
for(int i = 0, j = m_list.GetItemCount(); i < j; i++)
{
- //if(!mf[m_list.GetItemData(i)].GetLabel().CompareNoCase(_T("Image file"))) continue;
- if(!mf[m_list.GetItemData(i)].GetLabel().CompareNoCase(ResStr(IDS_AG_IMAGE_FILE)))
+ if((!mf[m_list.GetItemData(i)].GetLabel().CompareNoCase(ResStr(IDS_AG_IMAGE_FILE))) ||
+ (!mf[m_list.GetItemData(i)].GetLabel().CompareNoCase(ResStr(IDS_AG_PLAYLIST_FILE))))
{
SetChecked(i, 0);
continue;