aboutsummaryrefslogtreecommitdiff
path: root/src/ext/Bal/stdbas/Resources/HyperlinkSidebarTheme.xml
diff options
context:
space:
mode:
Diffstat (limited to 'src/ext/Bal/stdbas/Resources/HyperlinkSidebarTheme.xml')
-rw-r--r--src/ext/Bal/stdbas/Resources/HyperlinkSidebarTheme.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ext/Bal/stdbas/Resources/HyperlinkSidebarTheme.xml b/src/ext/Bal/stdbas/Resources/HyperlinkSidebarTheme.xml
index 59a03ad0..11eac2de 100644
--- a/src/ext/Bal/stdbas/Resources/HyperlinkSidebarTheme.xml
+++ b/src/ext/Bal/stdbas/Resources/HyperlinkSidebarTheme.xml
@@ -54,6 +54,10 @@
54 <Text>#(loc.OptionsBrowseButton)</Text> 54 <Text>#(loc.OptionsBrowseButton)</Text>
55 <BrowseDirectoryAction VariableName="InstallFolder" /> 55 <BrowseDirectoryAction VariableName="InstallFolder" />
56 </Button> 56 </Button>
57 <RadioButtons Name="WixStdBAScope">
58 <RadioButton X="11" Y="180" Height="20" Width="-11" Value="PerUser" EnableCondition="WixBundleAuthoredScope = 2 OR WixBundleAuthoredScope = 3" HideWhenDisabled="yes" FontId="3">#(loc.OptionsPerUserScopeText)</RadioButton>
59 <RadioButton X="11" Y="200" Height="20" Width="-11" Value="PerMachine" EnableCondition="WixBundleAuthoredScope = 2 OR WixBundleAuthoredScope = 3" HideWhenDisabled="yes" FontId="3">#(loc.OptionsPerMachineScopeText)</RadioButton>
60 </RadioButtons>
57 <Button Name="OptionsOkButton" X="-91" Y="-11" Width="75" Height="23" TabStop="yes" FontId="0"> 61 <Button Name="OptionsOkButton" X="-91" Y="-11" Width="75" Height="23" TabStop="yes" FontId="0">
58 <Text>#(loc.OptionsOkButton)</Text> 62 <Text>#(loc.OptionsOkButton)</Text>
59 <ChangePageAction Page="Install" /> 63 <ChangePageAction Page="Install" />