diff options
Diffstat (limited to 'src/WixToolset.Core/Compiler_UI.cs')
-rw-r--r-- | src/WixToolset.Core/Compiler_UI.cs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/WixToolset.Core/Compiler_UI.cs b/src/WixToolset.Core/Compiler_UI.cs index cb1d34ac..5cc9b5a0 100644 --- a/src/WixToolset.Core/Compiler_UI.cs +++ b/src/WixToolset.Core/Compiler_UI.cs | |||
@@ -1049,12 +1049,11 @@ namespace WixToolset.Core | |||
1049 | /// </summary> | 1049 | /// </summary> |
1050 | /// <param name="node">Element to parse.</param> | 1050 | /// <param name="node">Element to parse.</param> |
1051 | /// <param name="dialog">Identifier for parent dialog.</param> | 1051 | /// <param name="dialog">Identifier for parent dialog.</param> |
1052 | /// <param name="table">Table control belongs in.</param> | 1052 | /// <param name="symbolType">Table control belongs in.</param> |
1053 | /// <param name="lastTabSymbol">Last control in the tab order.</param> | 1053 | /// <param name="lastTabSymbol">Last control in the tab order.</param> |
1054 | /// <param name="firstControl">Name of the first control in the tab order.</param> | 1054 | /// <param name="firstControl">Name of the first control in the tab order.</param> |
1055 | /// <param name="defaultControl">Name of the default control.</param> | 1055 | /// <param name="defaultControl">Name of the default control.</param> |
1056 | /// <param name="cancelControl">Name of the candle control.</param> | 1056 | /// <param name="cancelControl">Name of the candle control.</param> |
1057 | /// <param name="trackDiskSpace">True if the containing dialog tracks disk space.</param> | ||
1058 | private void ParseControlElement(XElement node, string dialog, SymbolDefinitionType symbolType, ref ControlSymbol lastTabSymbol, ref string firstControl, ref string defaultControl, ref string cancelControl) | 1057 | private void ParseControlElement(XElement node, string dialog, SymbolDefinitionType symbolType, ref ControlSymbol lastTabSymbol, ref string firstControl, ref string defaultControl, ref string cancelControl) |
1059 | { | 1058 | { |
1060 | var sourceLineNumbers = Preprocessor.GetSourceLineNumbers(node); | 1059 | var sourceLineNumbers = Preprocessor.GetSourceLineNumbers(node); |