diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/WixToolset.Converters/WixConverter.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/WixToolset.Converters/WixConverter.cs b/src/WixToolset.Converters/WixConverter.cs index be3e6b70..73daa9a2 100644 --- a/src/WixToolset.Converters/WixConverter.cs +++ b/src/WixToolset.Converters/WixConverter.cs | |||
@@ -648,7 +648,7 @@ namespace WixToolset.Converters | |||
648 | 648 | ||
649 | private void ConvertCatalogElement(XElement element) | 649 | private void ConvertCatalogElement(XElement element) |
650 | { | 650 | { |
651 | if (this.OnError(ConverterTestType.BundleSignatureValidationObsolete, element, "The Catalog element is obsolete. Signature validation is no longer supported. The elkement will be removed.")) | 651 | if (this.OnError(ConverterTestType.BundleSignatureValidationObsolete, element, "The Catalog element is obsolete. Signature validation is no longer supported. The element will be removed.")) |
652 | { | 652 | { |
653 | element.Remove(); | 653 | element.Remove(); |
654 | } | 654 | } |