diff options
Diffstat (limited to 'chrome/app')
-rw-r--r-- | chrome/app/theme/distributor_logo.png | bin | 0 -> 1508 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.png b/chrome/app/theme/distributor_logo.png Binary files differnew file mode 100644 index 0000000..ebe8ad0 --- /dev/null +++ b/chrome/app/theme/distributor_logo.png diff --git a/chrome/app/theme/theme_resources.h b/chrome/app/theme/theme_resources.h index cb86080..f828eeb 100644 --- a/chrome/app/theme/theme_resources.h +++ b/chrome/app/theme/theme_resources.h @@ -310,3 +310,4 @@ #define IDR_THROBBER_LIGHT 9379 #define IDR_OTR_ICON_STANDALONE 9380 #define IDR_PRODUCT_LOGO 9381 +#define IDR_DISTRIBUTOR_LOGO 9382 diff --git a/chrome/app/theme/theme_resources.rc b/chrome/app/theme/theme_resources.rc index eddcb11..7ff522a 100644 --- a/chrome/app/theme/theme_resources.rc +++ b/chrome/app/theme/theme_resources.rc @@ -306,3 +306,4 @@ IDR_FIND_DLG_MIDDLE_BB_BACKGROUND BINDATA "find_dlg_middle_bb_bg.png" 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" |