aboutsummaryrefslogtreecommitdiff
path: root/src/WixToolset.Core/Compiler.cs
diff options
context:
space:
mode:
authorRob Mensching <rob@firegiant.com>2017-12-30 17:09:15 -0800
committerRob Mensching <rob@firegiant.com>2017-12-30 17:09:15 -0800
commitc5190ae74ab8fe13609362efce88fa4b8cc24f34 (patch)
treee7762224afad491c37b70bab13756552c72fdd26 /src/WixToolset.Core/Compiler.cs
parentd4f73e72985dc2f36e4228358f4dc9b6114414ab (diff)
downloadwix-c5190ae74ab8fe13609362efce88fa4b8cc24f34.tar.gz
wix-c5190ae74ab8fe13609362efce88fa4b8cc24f34.tar.bz2
wix-c5190ae74ab8fe13609362efce88fa4b8cc24f34.zip
Fix resolution of localizations that are embedded in intermediates
Diffstat (limited to 'src/WixToolset.Core/Compiler.cs')
-rw-r--r--src/WixToolset.Core/Compiler.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/WixToolset.Core/Compiler.cs b/src/WixToolset.Core/Compiler.cs
index 8819721b..c71a8ba4 100644
--- a/src/WixToolset.Core/Compiler.cs
+++ b/src/WixToolset.Core/Compiler.cs
@@ -2446,7 +2446,7 @@ namespace WixToolset.Core
2446 { 2446 {
2447 if (isGeneratableGuidOk || keyFound && !String.IsNullOrEmpty(keyPath)) 2447 if (isGeneratableGuidOk || keyFound && !String.IsNullOrEmpty(keyPath))
2448 { 2448 {
2449 this.componentIdPlaceholdersResolver.AddVariable(componentIdPlaceholder, keyPath, false); 2449 this.componentIdPlaceholdersResolver.AddVariable(sourceLineNumbers, componentIdPlaceholder, keyPath, false);
2450 2450
2451 id = new Identifier(keyPath, AccessModifier.Private); 2451 id = new Identifier(keyPath, AccessModifier.Private);
2452 } 2452 }