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:
authorclsid2 <clsid2@users.sourceforge.net>2009-02-15 23:47:56 +0300
committerclsid2 <clsid2@users.sourceforge.net>2009-02-15 23:47:56 +0300
commitfd2322ccc4431b4c56d870605691dd5b8b355b75 (patch)
treed9b653bea75458b6c011f9b94f1692cc637802b2 /src/apps/mplayerc/PPageOutput.cpp
parent923f8650d7819ccffc14607acf5cd20c3a395cb2 (diff)
Minor changes
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@997 10f7b99b-c216-0410-bff0-8a66a9350fd8
Diffstat (limited to 'src/apps/mplayerc/PPageOutput.cpp')
-rw-r--r--src/apps/mplayerc/PPageOutput.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/apps/mplayerc/PPageOutput.cpp b/src/apps/mplayerc/PPageOutput.cpp
index 20dfa91d2..f6ef30d88 100644
--- a/src/apps/mplayerc/PPageOutput.cpp
+++ b/src/apps/mplayerc/PPageOutput.cpp
@@ -245,7 +245,7 @@ BOOL CPPageOutput::OnInitDialog()
}
// YUV mixing is not compatible with Vista
- if (AfxGetMyApp()->IsVista())
+ if (AfxGetMyApp()->IsVistaOrAbove())
{
GetDlgItem(IDC_DSVMR9YUVMIXER)->ShowWindow (SW_HIDE);
}