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:
authorXhmikosR <xhmikosr@users.sourceforge.net>2012-12-29 12:03:06 +0400
committerXhmikosR <xhmikosr@users.sourceforge.net>2012-12-29 14:35:54 +0400
commite81c42c112b7e67ceff9dbe6b27ad999e9070dd8 (patch)
tree133f76fd3dd42c947204251b9f53610cfbaca5e3 /src/thirdparty/TreePropSheet
parenta4458541880c3a547ef0b7e5f956f41115fcc63a (diff)
TreePropSheet: use the explorer's theme in the options page tree.
Backported from TortoiseSVN (http://code.google.com/p/tortoisesvn/source/detail?r=17532)
Diffstat (limited to 'src/thirdparty/TreePropSheet')
-rw-r--r--src/thirdparty/TreePropSheet/TreePropSheet.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/thirdparty/TreePropSheet/TreePropSheet.cpp b/src/thirdparty/TreePropSheet/TreePropSheet.cpp
index 0649d92a1..d6cf85c9c 100644
--- a/src/thirdparty/TreePropSheet/TreePropSheet.cpp
+++ b/src/thirdparty/TreePropSheet/TreePropSheet.cpp
@@ -852,6 +852,8 @@ BOOL CTreePropSheet::OnInitDialog()
m_pwndPageTree->SetImageList(&m_Images, TVSIL_STATE);
}
+ SetWindowTheme(m_pwndPageTree->GetSafeHwnd(), L"Explorer", NULL);
+
// Fill the tree ctrl
RefillPageTree();