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