diff options
Diffstat (limited to 'src/WixToolset.Core/Bind/FileResolver.cs')
| -rw-r--r-- | src/WixToolset.Core/Bind/FileResolver.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/WixToolset.Core/Bind/FileResolver.cs b/src/WixToolset.Core/Bind/FileResolver.cs index 8d624e6f..2142d261 100644 --- a/src/WixToolset.Core/Bind/FileResolver.cs +++ b/src/WixToolset.Core/Bind/FileResolver.cs | |||
| @@ -221,7 +221,7 @@ namespace WixToolset.Core.Bind | |||
| 221 | } | 221 | } |
| 222 | catch (ArgumentException) | 222 | catch (ArgumentException) |
| 223 | { | 223 | { |
| 224 | throw new WixException(WixErrors.IllegalCharactersInPath(path)); | 224 | throw new WixException(ErrorMessages.IllegalCharactersInPath(path)); |
| 225 | } | 225 | } |
| 226 | } | 226 | } |
| 227 | 227 | ||
