diff options
Diffstat (limited to 'src/ext/UI/wixlib/BrowseDlg.wxs')
-rw-r--r-- | src/ext/UI/wixlib/BrowseDlg.wxs | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/ext/UI/wixlib/BrowseDlg.wxs b/src/ext/UI/wixlib/BrowseDlg.wxs index dbb104fe..67b07864 100644 --- a/src/ext/UI/wixlib/BrowseDlg.wxs +++ b/src/ext/UI/wixlib/BrowseDlg.wxs | |||
@@ -6,10 +6,7 @@ | |||
6 | <UI> | 6 | <UI> |
7 | <Dialog Id="BrowseDlg" Width="370" Height="270" Title="!(loc.BrowseDlg_Title)"> | 7 | <Dialog Id="BrowseDlg" Width="370" Height="270" Title="!(loc.BrowseDlg_Title)"> |
8 | <Control Id="PathEdit" Type="PathEdit" X="25" Y="202" Width="320" Height="18" Property="_BrowseProperty" Indirect="yes" /> | 8 | <Control Id="PathEdit" Type="PathEdit" X="25" Y="202" Width="320" Height="18" Property="_BrowseProperty" Indirect="yes" /> |
9 | <Control Id="OK" Type="PushButton" X="240" Y="243" Width="56" Height="17" Default="yes" Text="!(loc.WixUIOK)"> | 9 | <Control Id="OK" Type="PushButton" X="240" Y="243" Width="56" Height="17" Default="yes" Text="!(loc.WixUIOK)" /> |
10 | <Publish Event="SetTargetPath" Value="[_BrowseProperty]" /> | ||
11 | <Publish Event="EndDialog" Value="Return" /> | ||
12 | </Control> | ||
13 | <Control Id="Cancel" Type="PushButton" X="304" Y="243" Width="56" Height="17" Cancel="yes" Text="!(loc.WixUICancel)"> | 10 | <Control Id="Cancel" Type="PushButton" X="304" Y="243" Width="56" Height="17" Cancel="yes" Text="!(loc.WixUICancel)"> |
14 | <Publish Event="Reset" Value="0" /> | 11 | <Publish Event="Reset" Value="0" /> |
15 | <Publish Event="EndDialog" Value="Return" /> | 12 | <Publish Event="EndDialog" Value="Return" /> |