aboutsummaryrefslogtreecommitdiff
path: root/src/WixToolset.Core/Compiler_UI.cs
diff options
context:
space:
mode:
authorRob Mensching <rob@firegiant.com>2020-06-23 16:44:27 -0700
committerRob Mensching <rob@firegiant.com>2020-06-23 16:52:05 -0700
commit51441387b09aa6b8c00fbc0d8841118b7fee63d6 (patch)
tree16b50aebaa124ed4e5da0814c075399035da9875 /src/WixToolset.Core/Compiler_UI.cs
parented0fb39537c0cfb13922537a26f9d895180d42d8 (diff)
downloadwix-51441387b09aa6b8c00fbc0d8841118b7fee63d6.tar.gz
wix-51441387b09aa6b8c00fbc0d8841118b7fee63d6.tar.bz2
wix-51441387b09aa6b8c00fbc0d8841118b7fee63d6.zip
Fix a couple simple mistakes
Diffstat (limited to '')
-rw-r--r--src/WixToolset.Core/Compiler_UI.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/WixToolset.Core/Compiler_UI.cs b/src/WixToolset.Core/Compiler_UI.cs
index 5066ff1a..9038f727 100644
--- a/src/WixToolset.Core/Compiler_UI.cs
+++ b/src/WixToolset.Core/Compiler_UI.cs
@@ -1425,7 +1425,7 @@ namespace WixToolset.Core
1425 1425
1426 if (!String.IsNullOrEmpty(text) && null != sourceFile) 1426 if (!String.IsNullOrEmpty(text) && null != sourceFile)
1427 { 1427 {
1428 this.Core.Write(ErrorMessages.IllegalAttributeWithOtherAttribute(childSourceLineNumbers, child.Name.LocalName, "SourceFile", "Text")); 1428 this.Core.Write(ErrorMessages.IllegalAttributeWithOtherAttribute(childSourceLineNumbers, child.Name.LocalName, "SourceFile", "Value"));
1429 } 1429 }
1430 break; 1430 break;
1431 default: 1431 default: