aboutsummaryrefslogtreecommitdiff
path: root/src/ext/Bal/stdbas/Resources/HyperlinkTheme.xml
diff options
context:
space:
mode:
Diffstat (limited to 'src/ext/Bal/stdbas/Resources/HyperlinkTheme.xml')
-rw-r--r--src/ext/Bal/stdbas/Resources/HyperlinkTheme.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ext/Bal/stdbas/Resources/HyperlinkTheme.xml b/src/ext/Bal/stdbas/Resources/HyperlinkTheme.xml
index c82e1b9f..2d33344e 100644
--- a/src/ext/Bal/stdbas/Resources/HyperlinkTheme.xml
+++ b/src/ext/Bal/stdbas/Resources/HyperlinkTheme.xml
@@ -45,6 +45,10 @@
45 <Text>#(loc.OptionsBrowseButton)</Text> 45 <Text>#(loc.OptionsBrowseButton)</Text>
46 <BrowseDirectoryAction VariableName="InstallFolder" /> 46 <BrowseDirectoryAction VariableName="InstallFolder" />
47 </Button> 47 </Button>
48 <RadioButtons Name="WixStdBAScope">
49 <RadioButton X="11" Y="180" Height="20" Width="-11" Value="PerUser" EnableCondition="WixBundleAuthoredScope = 2 OR WixBundleAuthoredScope = 3" HideWhenDisabled="yes" FontId="3">#(loc.OptionsPerUserScopeText)</RadioButton>
50 <RadioButton X="11" Y="200" Height="20" Width="-11" Value="PerMachine" EnableCondition="WixBundleAuthoredScope = 2 OR WixBundleAuthoredScope = 3" HideWhenDisabled="yes" FontId="3">#(loc.OptionsPerMachineScopeText)</RadioButton>
51 </RadioButtons>
48 <Button Name="OptionsOkButton" X="-91" Y="-11" Width="75" Height="23" TabStop="yes" FontId="0"> 52 <Button Name="OptionsOkButton" X="-91" Y="-11" Width="75" Height="23" TabStop="yes" FontId="0">
49 <Text>#(loc.OptionsOkButton)</Text> 53 <Text>#(loc.OptionsOkButton)</Text>
50 <ChangePageAction Page="Install" /> 54 <ChangePageAction Page="Install" />