diff options
author | finnur@chromium.org <finnur@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-09-10 16:52:19 +0000 |
---|---|---|
committer | finnur@chromium.org <finnur@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-09-10 16:52:19 +0000 |
commit | a538b1cdbd69c307ef672b5176c8ac9039981c41 (patch) | |
tree | c002b2a360f491fcaf33e2b587cb3edab040c047 /chrome/app/theme | |
parent | 950f2d0ab8360f499272b3031efecb3750f89ab1 (diff) | |
download | chromium_src-a538b1cdbd69c307ef672b5176c8ac9039981c41.zip chromium_src-a538b1cdbd69c307ef672b5176c8ac9039981c41.tar.gz chromium_src-a538b1cdbd69c307ef672b5176c8ac9039981c41.tar.bz2 |
Rename pngs to correspond with enums better, as suggested
by wtc (but I excluded from cl so I could still use the try
servers for that cl).
TBR=wtc
BUG=http://crbug.com/52916
TEST=None
Review URL: http://codereview.chromium.org/3292017
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@59103 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app/theme')
-rw-r--r-- | chrome/app/theme/pageinfo_warning_major.png (renamed from chrome/app/theme/pageinfo_warning.png) | bin | 1039 -> 1039 bytes | |||
-rw-r--r-- | chrome/app/theme/pageinfo_warning_minor.png (renamed from chrome/app/theme/pageinfo_mixed.png) | bin | 2284 -> 2284 bytes | |||
-rw-r--r-- | chrome/app/theme/theme_resources.grd | 4 |
3 files changed, 2 insertions, 2 deletions
diff --git a/chrome/app/theme/pageinfo_warning.png b/chrome/app/theme/pageinfo_warning_major.png Binary files differindex f8be672..f8be672 100644 --- a/chrome/app/theme/pageinfo_warning.png +++ b/chrome/app/theme/pageinfo_warning_major.png diff --git a/chrome/app/theme/pageinfo_mixed.png b/chrome/app/theme/pageinfo_warning_minor.png Binary files differindex fddbdd6..fddbdd6 100644 --- a/chrome/app/theme/pageinfo_mixed.png +++ b/chrome/app/theme/pageinfo_warning_minor.png diff --git a/chrome/app/theme/theme_resources.grd b/chrome/app/theme/theme_resources.grd index 9ba0d85..f868dae 100644 --- a/chrome/app/theme/theme_resources.grd +++ b/chrome/app/theme/theme_resources.grd @@ -244,8 +244,8 @@ <include name="IDR_PAGEINFO_BAD" file="pageinfo_bad.png" type="BINDATA" /> <include name="IDR_PAGEINFO_GOOD" file="pageinfo_good.png" type="BINDATA" /> <include name="IDR_PAGEINFO_INFO" file="pageinfo_info.png" type="BINDATA" /> - <include name="IDR_PAGEINFO_WARNING_MAJOR" file="pageinfo_warning.png" type="BINDATA" /> - <include name="IDR_PAGEINFO_WARNING_MINOR" file="pageinfo_mixed.png" type="BINDATA" /> + <include name="IDR_PAGEINFO_WARNING_MAJOR" file="pageinfo_warning_major.png" type="BINDATA" /> + <include name="IDR_PAGEINFO_WARNING_MINOR" file="pageinfo_warning_minor.png" type="BINDATA" /> <include name="IDR_PLUGIN" file="plugin.png" type="BINDATA" /> <if expr="pp_ifdef('_google_chrome')"> <include name="IDR_PRODUCT_ICON_32" file="google_chrome/google_chrome_icon_32.png" type="BINDATA" /> |