diff options
Diffstat (limited to 'src/ext/UI/wixlib/UserExit.wxs')
-rw-r--r-- | src/ext/UI/wixlib/UserExit.wxs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ext/UI/wixlib/UserExit.wxs b/src/ext/UI/wixlib/UserExit.wxs index dc05136f..d5b6df40 100644 --- a/src/ext/UI/wixlib/UserExit.wxs +++ b/src/ext/UI/wixlib/UserExit.wxs | |||
@@ -11,7 +11,7 @@ | |||
11 | <Control Id="Cancel" Type="PushButton" X="304" Y="243" Width="56" Height="17" Disabled="yes" Text="!(loc.WixUICancel)" /> | 11 | <Control Id="Cancel" Type="PushButton" X="304" Y="243" Width="56" Height="17" Disabled="yes" Text="!(loc.WixUICancel)" /> |
12 | <Control Id="Bitmap" Type="Bitmap" X="0" Y="0" Width="370" Height="234" TabSkip="no" Text="!(loc.UserExitBitmap)" /> | 12 | <Control Id="Bitmap" Type="Bitmap" X="0" Y="0" Width="370" Height="234" TabSkip="no" Text="!(loc.UserExitBitmap)" /> |
13 | <Control Id="Back" Type="PushButton" X="180" Y="243" Width="56" Height="17" Disabled="yes" Text="!(loc.WixUIBack)" /> | 13 | <Control Id="Back" Type="PushButton" X="180" Y="243" Width="56" Height="17" Disabled="yes" Text="!(loc.WixUIBack)" /> |
14 | <Control Id="BottomLine" Type="Line" X="0" Y="234" Width="370" Height="0" /> | 14 | <Control Id="BottomLine" Type="Line" X="0" Y="234" Width="373" Height="0" /> |
15 | <Control Id="Title" Type="Text" X="135" Y="20" Width="220" Height="60" Transparent="yes" NoPrefix="yes" Text="!(loc.UserExitTitle)" /> | 15 | <Control Id="Title" Type="Text" X="135" Y="20" Width="220" Height="60" Transparent="yes" NoPrefix="yes" Text="!(loc.UserExitTitle)" /> |
16 | <Control Id="Description" Type="Text" X="135" Y="80" Width="220" Height="80" Transparent="yes" NoPrefix="yes" Text="!(loc.UserExitDescription1) !(loc.UserExitDescription2)" /> | 16 | <Control Id="Description" Type="Text" X="135" Y="80" Width="220" Height="80" Transparent="yes" NoPrefix="yes" Text="!(loc.UserExitDescription1) !(loc.UserExitDescription2)" /> |
17 | </Dialog> | 17 | </Dialog> |