diff options
| author | Bob Arnson <bob@firegiant.com> | 2024-07-15 16:58:09 -0400 |
|---|---|---|
| committer | Bob Arnson <github@bobs.org> | 2024-07-15 18:31:51 -0400 |
| commit | bb975d370a6a7398c4d28d23601b20ada7a7cdfe (patch) | |
| tree | f288dd87f1b39b92747d7bf0b288ed6ce132d3af /src/libs/dutil/WixToolset.DUtil/thmutil.cpp | |
| parent | 6bd80b51b42686ce5665140d0ab7c64bd35204d9 (diff) | |
| download | wix-bb975d370a6a7398c4d28d23601b20ada7a7cdfe.tar.gz wix-bb975d370a6a7398c4d28d23601b20ada7a7cdfe.tar.bz2 wix-bb975d370a6a7398c4d28d23601b20ada7a7cdfe.zip | |
Fix egregiously bad comments that were frustrating
Diffstat (limited to 'src/libs/dutil/WixToolset.DUtil/thmutil.cpp')
| -rw-r--r-- | src/libs/dutil/WixToolset.DUtil/thmutil.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libs/dutil/WixToolset.DUtil/thmutil.cpp b/src/libs/dutil/WixToolset.DUtil/thmutil.cpp index 3e7e0fc6..36b187a7 100644 --- a/src/libs/dutil/WixToolset.DUtil/thmutil.cpp +++ b/src/libs/dutil/WixToolset.DUtil/thmutil.cpp | |||
| @@ -711,7 +711,7 @@ DAPI_(HRESULT) ThemeLoadFromFile( | |||
| 711 | LPWSTR sczRelativePath = NULL; | 711 | LPWSTR sczRelativePath = NULL; |
| 712 | 712 | ||
| 713 | hr = XmlLoadDocumentFromFile(wzThemeFile, &pixd); | 713 | hr = XmlLoadDocumentFromFile(wzThemeFile, &pixd); |
| 714 | ThmExitOnFailure(hr, "Failed to load theme resource as XML document."); | 714 | ThmExitOnFailure(hr, "Failed to load theme file as XML document."); |
| 715 | 715 | ||
| 716 | hr = PathGetDirectory(wzThemeFile, &sczRelativePath); | 716 | hr = PathGetDirectory(wzThemeFile, &sczRelativePath); |
| 717 | ThmExitOnFailure(hr, "Failed to get relative path from theme file."); | 717 | ThmExitOnFailure(hr, "Failed to get relative path from theme file."); |
