aboutsummaryrefslogtreecommitdiff
path: root/src/samples/thmviewer/display.cpp
diff options
context:
space:
mode:
authorSean Hall <r.sean.hall@gmail.com>2021-10-27 13:55:16 -0500
committerSean Hall <r.sean.hall@gmail.com>2021-11-01 16:34:09 -0500
commit8fa040da9d0d3826f5ffda6bcbec4f53abd97452 (patch)
treea8a1094f3ac17bd6feed8a6f971c0d6008694345 /src/samples/thmviewer/display.cpp
parent4917383e6f52f0e44f63c60a645f1dd7e8f8d5f9 (diff)
downloadwix-8fa040da9d0d3826f5ffda6bcbec4f53abd97452.tar.gz
wix-8fa040da9d0d3826f5ffda6bcbec4f53abd97452.tar.bz2
wix-8fa040da9d0d3826f5ffda6bcbec4f53abd97452.zip
Allow more customization of control ids in thmutil.
Allow BAFunctions to set control ids. Make sure control ids don't collide.
Diffstat (limited to 'src/samples/thmviewer/display.cpp')
-rw-r--r--src/samples/thmviewer/display.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/samples/thmviewer/display.cpp b/src/samples/thmviewer/display.cpp
index 52fa3cf8..c0e6c7e1 100644
--- a/src/samples/thmviewer/display.cpp
+++ b/src/samples/thmviewer/display.cpp
@@ -329,7 +329,7 @@ static BOOL DisplayOnCreate(
329{ 329{
330 HRESULT hr = S_OK; 330 HRESULT hr = S_OK;
331 331
332 hr = ThemeLoadControls(pTheme, NULL, 0); 332 hr = ThemeLoadControls(pTheme);
333 ExitOnFailure(hr, "Failed to load theme controls"); 333 ExitOnFailure(hr, "Failed to load theme controls");
334 334
335 // Pre-populate some control types with data. 335 // Pre-populate some control types with data.