diff options
Diffstat (limited to '')
-rw-r--r-- | src/test/burn/WixToolset.WixBA/Styles.xaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/test/burn/WixToolset.WixBA/Styles.xaml b/src/test/burn/WixToolset.WixBA/Styles.xaml index fa0afc4f..4e0b21a8 100644 --- a/src/test/burn/WixToolset.WixBA/Styles.xaml +++ b/src/test/burn/WixToolset.WixBA/Styles.xaml | |||
@@ -18,8 +18,8 @@ | |||
18 | <System:Double x:Key="FontSizeButton">14</System:Double> | 18 | <System:Double x:Key="FontSizeButton">14</System:Double> |
19 | 19 | ||
20 | <!-- Images --> | 20 | <!-- Images --> |
21 | <BitmapImage x:Key="LogoOverLightBackground" UriSource="pack://application:,,,/WixBA;component/resources/logo-white-hollow.png" /> | 21 | <BitmapImage x:Key="LogoOverLightBackground" UriSource="pack://application:,,,/WixToolset.WixBA;component/resources/logo-white-hollow.png" /> |
22 | <BitmapImage x:Key="LogoOverDarkBackground" UriSource="pack://application:,,,/WixBA;component/resources/logo-black-hollow.png" /> | 22 | <BitmapImage x:Key="LogoOverDarkBackground" UriSource="pack://application:,,,/WixToolset.WixBA;component/resources/logo-black-hollow.png" /> |
23 | 23 | ||
24 | <!-- Colors --> | 24 | <!-- Colors --> |
25 | <Color x:Key="ProgressIndicatorColor">#FF1EF1E8</Color> | 25 | <Color x:Key="ProgressIndicatorColor">#FF1EF1E8</Color> |