aboutsummaryrefslogtreecommitdiff
path: root/src/wixlib/DiskCostDlg.wxs
diff options
context:
space:
mode:
Diffstat (limited to 'src/wixlib/DiskCostDlg.wxs')
-rw-r--r--src/wixlib/DiskCostDlg.wxs5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/wixlib/DiskCostDlg.wxs b/src/wixlib/DiskCostDlg.wxs
index f0a5e083..e1ac90ec 100644
--- a/src/wixlib/DiskCostDlg.wxs
+++ b/src/wixlib/DiskCostDlg.wxs
@@ -1,5 +1,4 @@
1<?xml version="1.0" encoding="UTF-8"?> 1<!-- Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information. -->
2<!-- Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information. -->
3 2
4 3
5<Wix xmlns="http://wixtoolset.org/schemas/v4/wxs"> 4<Wix xmlns="http://wixtoolset.org/schemas/v4/wxs">
@@ -7,7 +6,7 @@
7 <UI> 6 <UI>
8 <Dialog Id="DiskCostDlg" Width="370" Height="270" Title="!(loc.DiskCostDlg_Title)"> 7 <Dialog Id="DiskCostDlg" Width="370" Height="270" Title="!(loc.DiskCostDlg_Title)">
9 <Control Id="OK" Type="PushButton" X="304" Y="243" Width="56" Height="17" Default="yes" Cancel="yes" Text="!(loc.WixUIOK)"> 8 <Control Id="OK" Type="PushButton" X="304" Y="243" Width="56" Height="17" Default="yes" Cancel="yes" Text="!(loc.WixUIOK)">
10 <Publish Event="EndDialog" Value="Return">1</Publish> 9 <Publish Event="EndDialog" Value="Return" />
11 </Control> 10 </Control>
12 <Control Id="BannerBitmap" Type="Bitmap" X="0" Y="0" Width="370" Height="44" TabSkip="no" Text="!(loc.DiskCostDlgBannerBitmap)" /> 11 <Control Id="BannerBitmap" Type="Bitmap" X="0" Y="0" Width="370" Height="44" TabSkip="no" Text="!(loc.DiskCostDlgBannerBitmap)" />
13 <Control Id="Text" Type="Text" X="20" Y="53" Width="330" Height="50" Text="!(loc.DiskCostDlgText)" /> 12 <Control Id="Text" Type="Text" X="20" Y="53" Width="330" Height="50" Text="!(loc.DiskCostDlgText)" />