aboutsummaryrefslogtreecommitdiff
path: root/src/WixToolset.Core/Compiler_UI.cs
diff options
context:
space:
mode:
Diffstat (limited to 'src/WixToolset.Core/Compiler_UI.cs')
-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 36d2e4e9..9353d966 100644
--- a/src/WixToolset.Core/Compiler_UI.cs
+++ b/src/WixToolset.Core/Compiler_UI.cs
@@ -1740,7 +1740,7 @@ namespace WixToolset.Core
1740 { 1740 {
1741 // if we're not looking at a standard action or a formatted string then create a reference 1741 // if we're not looking at a standard action or a formatted string then create a reference
1742 // to the custom action. 1742 // to the custom action.
1743 if (!WindowsInstallerStandard.IsStandardAction(argument) && !Common.ContainsProperty(argument)) 1743 if (!WindowsInstallerStandard.IsStandardAction(argument) && !this.Core.ContainsProperty(argument))
1744 { 1744 {
1745 this.Core.CreateSimpleReference(sourceLineNumbers, SymbolDefinitions.CustomAction, argument); 1745 this.Core.CreateSimpleReference(sourceLineNumbers, SymbolDefinitions.CustomAction, argument);
1746 } 1746 }