diff options
Diffstat (limited to 'src/ext/UI/wixlib/ResumeDlg.wxs')
-rw-r--r-- | src/ext/UI/wixlib/ResumeDlg.wxs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ext/UI/wixlib/ResumeDlg.wxs b/src/ext/UI/wixlib/ResumeDlg.wxs index a241e70d..3afcb045 100644 --- a/src/ext/UI/wixlib/ResumeDlg.wxs +++ b/src/ext/UI/wixlib/ResumeDlg.wxs | |||
@@ -26,7 +26,7 @@ | |||
26 | </Control> | 26 | </Control> |
27 | <Control Id="Bitmap" Type="Bitmap" X="0" Y="0" Width="370" Height="234" TabSkip="no" Text="!(loc.ResumeDlgBitmap)" /> | 27 | <Control Id="Bitmap" Type="Bitmap" X="0" Y="0" Width="370" Height="234" TabSkip="no" Text="!(loc.ResumeDlgBitmap)" /> |
28 | <Control Id="Back" Type="PushButton" X="156" Y="243" Width="56" Height="17" Disabled="yes" Text="!(loc.WixUIBack)" /> | 28 | <Control Id="Back" Type="PushButton" X="156" Y="243" Width="56" Height="17" Disabled="yes" Text="!(loc.WixUIBack)" /> |
29 | <Control Id="BottomLine" Type="Line" X="0" Y="234" Width="370" Height="0" /> | 29 | <Control Id="BottomLine" Type="Line" X="0" Y="234" Width="373" Height="0" /> |
30 | <Control Id="Description" Type="Text" X="135" Y="80" Width="220" Height="60" Transparent="yes" NoPrefix="yes" Text="!(loc.ResumeDlgDescription)" /> | 30 | <Control Id="Description" Type="Text" X="135" Y="80" Width="220" Height="60" Transparent="yes" NoPrefix="yes" Text="!(loc.ResumeDlgDescription)" /> |
31 | <Control Id="Title" Type="Text" X="135" Y="20" Width="220" Height="60" Transparent="yes" NoPrefix="yes" Text="!(loc.ResumeDlgTitle)" /> | 31 | <Control Id="Title" Type="Text" X="135" Y="20" Width="220" Height="60" Transparent="yes" NoPrefix="yes" Text="!(loc.ResumeDlgTitle)" /> |
32 | </Dialog> | 32 | </Dialog> |