diff options
Diffstat (limited to 'src/ext/UI/wixlib/CustomizeDlg.wxs')
-rw-r--r-- | src/ext/UI/wixlib/CustomizeDlg.wxs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ext/UI/wixlib/CustomizeDlg.wxs b/src/ext/UI/wixlib/CustomizeDlg.wxs index 12541d5b..bc19b9fc 100644 --- a/src/ext/UI/wixlib/CustomizeDlg.wxs +++ b/src/ext/UI/wixlib/CustomizeDlg.wxs | |||
@@ -26,8 +26,8 @@ | |||
26 | </Control> | 26 | </Control> |
27 | <Control Id="BannerBitmap" Type="Bitmap" X="0" Y="0" Width="370" Height="44" TabSkip="no" Text="!(loc.CustomizeDlgBannerBitmap)" /> | 27 | <Control Id="BannerBitmap" Type="Bitmap" X="0" Y="0" Width="370" Height="44" TabSkip="no" Text="!(loc.CustomizeDlgBannerBitmap)" /> |
28 | <Control Id="Text" Type="Text" X="25" Y="55" Width="320" Height="20" Text="!(loc.CustomizeDlgText)" /> | 28 | <Control Id="Text" Type="Text" X="25" Y="55" Width="320" Height="20" Text="!(loc.CustomizeDlgText)" /> |
29 | <Control Id="BannerLine" Type="Line" X="0" Y="44" Width="370" Height="0" /> | 29 | <Control Id="BannerLine" Type="Line" X="0" Y="44" Width="373" Height="0" /> |
30 | <Control Id="BottomLine" Type="Line" X="0" Y="234" Width="370" Height="0" /> | 30 | <Control Id="BottomLine" Type="Line" X="0" Y="234" Width="373" Height="0" /> |
31 | <Control Id="Description" Type="Text" X="25" Y="23" Width="280" Height="15" Transparent="yes" NoPrefix="yes" Text="!(loc.CustomizeDlgDescription)" /> | 31 | <Control Id="Description" Type="Text" X="25" Y="23" Width="280" Height="15" Transparent="yes" NoPrefix="yes" Text="!(loc.CustomizeDlgDescription)" /> |
32 | <Control Id="Title" Type="Text" X="15" Y="6" Width="210" Height="15" Transparent="yes" NoPrefix="yes" Text="!(loc.CustomizeDlgTitle)" /> | 32 | <Control Id="Title" Type="Text" X="15" Y="6" Width="210" Height="15" Transparent="yes" NoPrefix="yes" Text="!(loc.CustomizeDlgTitle)" /> |
33 | <Control Id="Box" Type="GroupBox" X="210" Y="81" Width="150" Height="118" /> | 33 | <Control Id="Box" Type="GroupBox" X="210" Y="81" Width="150" Height="118" /> |