aboutsummaryrefslogtreecommitdiff
path: root/src/WixToolset.Core/Compiler_EmbeddedUI.cs
diff options
context:
space:
mode:
authorBob Arnson <bob@firegiant.com>2020-09-30 18:56:06 -0400
committerBob Arnson <bob@firegiant.com>2020-09-30 19:09:37 -0400
commit7a7f88c3009ad824852322682cc8cfd3173c2e02 (patch)
tree98c980444bb1a51297e4eae01171565b02d4ce75 /src/WixToolset.Core/Compiler_EmbeddedUI.cs
parent27124207afa517da564cdce557dd21654f1a9078 (diff)
downloadwix-7a7f88c3009ad824852322682cc8cfd3173c2e02.tar.gz
wix-7a7f88c3009ad824852322682cc8cfd3173c2e02.tar.bz2
wix-7a7f88c3009ad824852322682cc8cfd3173c2e02.zip
Add error message for cases where inner text used to be used.
Diffstat (limited to 'src/WixToolset.Core/Compiler_EmbeddedUI.cs')
-rw-r--r--src/WixToolset.Core/Compiler_EmbeddedUI.cs2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/WixToolset.Core/Compiler_EmbeddedUI.cs b/src/WixToolset.Core/Compiler_EmbeddedUI.cs
index 4353e3cd..d71bb09a 100644
--- a/src/WixToolset.Core/Compiler_EmbeddedUI.cs
+++ b/src/WixToolset.Core/Compiler_EmbeddedUI.cs
@@ -80,6 +80,8 @@ namespace WixToolset.Core
80 } 80 }
81 } 81 }
82 82
83 this.Core.VerifyNoInnerText(sourceLineNumbers, node);
84
83 if (null == id) 85 if (null == id)
84 { 86 {
85 id = this.Core.CreateIdentifier("mec", source, type.ToString()); 87 id = this.Core.CreateIdentifier("mec", source, type.ToString());