Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/LAVFilters.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authorHendrik Leppkes <h.leppkes@gmail.com>2011-08-18 20:50:17 +0400
committerHendrik Leppkes <h.leppkes@gmail.com>2011-08-18 20:50:17 +0400
commit99ecbfa5b57d56d77123452a4c6f0ffe7ed2cf1f (patch)
treecebf9fafef3c12049fa7f819536819a11ff3d577 /common
parent4feb12484e16ceafef30354170fb6b5447497645 (diff)
No parent window for the properties box.
Diffstat (limited to 'common')
-rw-r--r--common/DSUtilLite/BaseDSPropPage.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/DSUtilLite/BaseDSPropPage.cpp b/common/DSUtilLite/BaseDSPropPage.cpp
index e503965b..57081d74 100644
--- a/common/DSUtilLite/BaseDSPropPage.cpp
+++ b/common/DSUtilLite/BaseDSPropPage.cpp
@@ -87,7 +87,7 @@ HRESULT CBaseDSPropPage::ShowPropPageDialog(IBaseFilter *pFilter)
pProp->GetPages(&caGUID);
pProp->Release();
hr = OleCreatePropertyFrame(
- GetDesktopWindow(), // Parent window
+ NULL, // Parent window
0, 0, // Reserved
FilterInfo.achName, // Caption for the dialog box
1, // Number of objects (just the filter)