diff options
Diffstat (limited to 'chrome/app')
-rw-r--r-- | chrome/app/theme/distributor_logo_light.png | bin | 0 -> 1085 bytes | |||
-rw-r--r-- | chrome/app/theme/theme_resources.h | 1 | ||||
-rw-r--r-- | chrome/app/theme/theme_resources.rc | 1 |
3 files changed, 2 insertions, 0 deletions
diff --git a/chrome/app/theme/distributor_logo_light.png b/chrome/app/theme/distributor_logo_light.png Binary files differnew file mode 100644 index 0000000..8a2b067 --- /dev/null +++ b/chrome/app/theme/distributor_logo_light.png diff --git a/chrome/app/theme/theme_resources.h b/chrome/app/theme/theme_resources.h index f828eeb..f3fc518 100644 --- a/chrome/app/theme/theme_resources.h +++ b/chrome/app/theme/theme_resources.h @@ -311,3 +311,4 @@ #define IDR_OTR_ICON_STANDALONE 9380 #define IDR_PRODUCT_LOGO 9381 #define IDR_DISTRIBUTOR_LOGO 9382 +#define IDR_DISTRIBUTOR_LOGO_LIGHT 9383 diff --git a/chrome/app/theme/theme_resources.rc b/chrome/app/theme/theme_resources.rc index 7ff522a..5560c7f 100644 --- a/chrome/app/theme/theme_resources.rc +++ b/chrome/app/theme/theme_resources.rc @@ -307,3 +307,4 @@ IDR_THROBBER_LIGHT BINDATA "throbber_light.png" IDR_OTR_ICON_STANDALONE BINDATA "otr_icon_standalone.png" IDR_PRODUCT_LOGO BINDATA "product_logo.png" IDR_DISTRIBUTOR_LOGO BINDATA "distributor_logo.png" +IDR_DISTRIBUTOR_LOGO_LIGHT BINDATA "distributor_logo_light.png" |