diff options
| author | Bob Arnson <bob@firegiant.com> | 2020-09-30 18:56:06 -0400 |
|---|---|---|
| committer | Bob Arnson <bob@firegiant.com> | 2020-09-30 19:09:37 -0400 |
| commit | 7a7f88c3009ad824852322682cc8cfd3173c2e02 (patch) | |
| tree | 98c980444bb1a51297e4eae01171565b02d4ce75 /src/WixToolset.Core/Compiler_EmbeddedUI.cs | |
| parent | 27124207afa517da564cdce557dd21654f1a9078 (diff) | |
| download | wix-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.cs | 2 |
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()); |
