diff options
| author | Rob Mensching <rob@firegiant.com> | 2017-12-19 12:24:16 -0800 |
|---|---|---|
| committer | Rob Mensching <rob@firegiant.com> | 2017-12-19 12:24:16 -0800 |
| commit | f680e915f065026efd0301a76fd524f87b8c5f06 (patch) | |
| tree | 63b6a8d7b799b10d77e133209041a809f4f3d144 /src/WixToolset.Data/WindowsInstaller/Rows | |
| parent | 77dc8cd1acd5332aa0cb077c7e87d0678756969b (diff) | |
| download | wix-f680e915f065026efd0301a76fd524f87b8c5f06.tar.gz wix-f680e915f065026efd0301a76fd524f87b8c5f06.tar.bz2 wix-f680e915f065026efd0301a76fd524f87b8c5f06.zip | |
Simplify message handling
Diffstat (limited to 'src/WixToolset.Data/WindowsInstaller/Rows')
| -rw-r--r-- | src/WixToolset.Data/WindowsInstaller/Rows/FileRow.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/WixToolset.Data/WindowsInstaller/Rows/FileRow.cs b/src/WixToolset.Data/WindowsInstaller/Rows/FileRow.cs index 7fc34b3d..673d2315 100644 --- a/src/WixToolset.Data/WindowsInstaller/Rows/FileRow.cs +++ b/src/WixToolset.Data/WindowsInstaller/Rows/FileRow.cs | |||
| @@ -179,7 +179,7 @@ namespace WixToolset.Data.WindowsInstaller.Rows | |||
| 179 | 179 | ||
| 180 | if (compressedFlag && noncompressedFlag) | 180 | if (compressedFlag && noncompressedFlag) |
| 181 | { | 181 | { |
| 182 | throw new WixException(WixDataErrors.IllegalFileCompressionAttributes(this.SourceLineNumbers)); | 182 | throw new WixException(ErrorMessages.IllegalFileCompressionAttributes(this.SourceLineNumbers)); |
| 183 | } | 183 | } |
| 184 | else if (compressedFlag) | 184 | else if (compressedFlag) |
| 185 | { | 185 | { |
