diff options
Diffstat (limited to 'src/libs/dutil/WixToolset.DUtil/thmutil.cpp')
-rw-r--r-- | src/libs/dutil/WixToolset.DUtil/thmutil.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libs/dutil/WixToolset.DUtil/thmutil.cpp b/src/libs/dutil/WixToolset.DUtil/thmutil.cpp index 7938cd0b..910b05c2 100644 --- a/src/libs/dutil/WixToolset.DUtil/thmutil.cpp +++ b/src/libs/dutil/WixToolset.DUtil/thmutil.cpp | |||
@@ -954,7 +954,7 @@ DAPI_(HRESULT) ThemeLocalize( | |||
954 | 954 | ||
955 | LExit: | 955 | LExit: |
956 | ReleaseStr(sczCaption); | 956 | ReleaseStr(sczCaption); |
957 | 957 | ||
958 | return hr; | 958 | return hr; |
959 | } | 959 | } |
960 | 960 | ||
@@ -6312,7 +6312,7 @@ static HRESULT LoadControls( | |||
6312 | } | 6312 | } |
6313 | 6313 | ||
6314 | pControl->hWnd = ::CreateWindowExW(dwWindowExBits, wzWindowClass, pControl->sczText, pControl->dwStyle | dwWindowBits, x, y, w, h, hwndParent, reinterpret_cast<HMENU>(wControlId), NULL, pControl); | 6314 | pControl->hWnd = ::CreateWindowExW(dwWindowExBits, wzWindowClass, pControl->sczText, pControl->dwStyle | dwWindowBits, x, y, w, h, hwndParent, reinterpret_cast<HMENU>(wControlId), NULL, pControl); |
6315 | ThmExitOnNullWithLastError(pControl->hWnd, hr, "Failed to create window."); | 6315 | ThmExitOnNullWithLastError(pControl->hWnd, hr, "Failed to create control %ls window.", wzWindowClass); |
6316 | 6316 | ||
6317 | if (pControl->sczTooltip) | 6317 | if (pControl->sczTooltip) |
6318 | { | 6318 | { |