diff options
Diffstat (limited to 'src/ext/UI/wixlib/VerifyReadyDlg.wxs')
-rw-r--r-- | src/ext/UI/wixlib/VerifyReadyDlg.wxs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ext/UI/wixlib/VerifyReadyDlg.wxs b/src/ext/UI/wixlib/VerifyReadyDlg.wxs index 77e5512f..32ffa732 100644 --- a/src/ext/UI/wixlib/VerifyReadyDlg.wxs +++ b/src/ext/UI/wixlib/VerifyReadyDlg.wxs | |||
@@ -89,8 +89,8 @@ | |||
89 | </Control> | 89 | </Control> |
90 | <Control Id="Back" Type="PushButton" X="156" Y="243" Width="56" Height="17" Text="!(loc.WixUIBack)" DefaultCondition="WixUI_InstallMode = "Remove"" /> | 90 | <Control Id="Back" Type="PushButton" X="156" Y="243" Width="56" Height="17" Text="!(loc.WixUIBack)" DefaultCondition="WixUI_InstallMode = "Remove"" /> |
91 | <Control Id="BannerBitmap" Type="Bitmap" X="0" Y="0" Width="370" Height="44" TabSkip="no" Text="!(loc.VerifyReadyDlgBannerBitmap)" /> | 91 | <Control Id="BannerBitmap" Type="Bitmap" X="0" Y="0" Width="370" Height="44" TabSkip="no" Text="!(loc.VerifyReadyDlgBannerBitmap)" /> |
92 | <Control Id="BannerLine" Type="Line" X="0" Y="44" Width="370" Height="0" /> | 92 | <Control Id="BannerLine" Type="Line" X="0" Y="44" Width="373" Height="0" /> |
93 | <Control Id="BottomLine" Type="Line" X="0" Y="234" Width="370" Height="0" /> | 93 | <Control Id="BottomLine" Type="Line" X="0" Y="234" Width="373" Height="0" /> |
94 | </Dialog> | 94 | </Dialog> |
95 | </UI> | 95 | </UI> |
96 | </Fragment> | 96 | </Fragment> |