summaryrefslogtreecommitdiffstats
path: root/chrome/app/theme
diff options
context:
space:
mode:
authorglen@google.com <glen@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-08-02 00:44:22 +0000
committerglen@google.com <glen@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-08-02 00:44:22 +0000
commit9e43dae7106b6064ebc6580fe111568f1cbdd393 (patch)
tree73faf29f3fdf1f0ab786f90880c44b8f3e6cf7fe /chrome/app/theme
parent84b57846bc0e40d830cc4fc4fb429b1990ad2442 (diff)
downloadchromium_src-9e43dae7106b6064ebc6580fe111568f1cbdd393.zip
chromium_src-9e43dae7106b6064ebc6580fe111568f1cbdd393.tar.gz
chromium_src-9e43dae7106b6064ebc6580fe111568f1cbdd393.tar.bz2
Make our distributor logo light on XP (and leave it dark on Vista).
Also conveniently fixes accessibility test 'failures' introduced by the last distributor logo change. git-svn-id: svn://svn.chromium.org/chrome/trunk/src@272 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app/theme')
-rw-r--r--chrome/app/theme/distributor_logo_light.pngbin0 -> 1085 bytes
-rw-r--r--chrome/app/theme/theme_resources.h1
-rw-r--r--chrome/app/theme/theme_resources.rc1
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
new file mode 100644
index 0000000..8a2b067
--- /dev/null
+++ b/chrome/app/theme/distributor_logo_light.png
Binary files differ
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"