diff options
author | sky@chromium.org <sky@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-04-23 15:40:03 +0000 |
---|---|---|
committer | sky@chromium.org <sky@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-04-23 15:40:03 +0000 |
commit | d260c8d974b4f359f9490d18effeab2858e550c2 (patch) | |
tree | e629c7373c98695ce92d4dbf461eab82395bfc77 /chrome/app | |
parent | 7b1718b5ce2c228649441b5ea3c3fd74b368acc9 (diff) | |
download | chromium_src-d260c8d974b4f359f9490d18effeab2858e550c2.zip chromium_src-d260c8d974b4f359f9490d18effeab2858e550c2.tar.gz chromium_src-d260c8d974b4f359f9490d18effeab2858e550c2.tar.bz2 |
Changes closed windows on the new tab page to show the Chromium/Chrome
icon and the text to show the number of closed windows.
BUG=9022
TEST=With more than one window open close a window. Go to the new tab
page and make sure you see an entry for the closed window. The entry
should have the chrome/chromium logo and instead of 'Window' it
should say the number of tabs in the window.
Review URL: http://codereview.chromium.org/92022
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@14309 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app')
-rw-r--r-- | chrome/app/generated_resources.grd | 10 | ||||
-rw-r--r-- | chrome/app/theme/chromium/product_logo_16.png | bin | 0 -> 992 bytes | |||
-rw-r--r-- | chrome/app/theme/theme_resources.grd | 3 |
3 files changed, 10 insertions, 3 deletions
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd index f4e2a86..fdde01c 100644 --- a/chrome/app/generated_resources.grd +++ b/chrome/app/generated_resources.grd @@ -3336,9 +3336,13 @@ each locale. --> <ph name="END_LIST"></ul></ph> <ph name="BEGIN_LINK"><a href="$1"></ph>Learn more<ph name="END_LINK"></a></ph> about incognito browsing. </message> - <message name="IDS_NEW_TAB_RECENTLY_CLOSED_WINDOW" - desc="Title of recently closed windows in the recently closed section of the new tab page"> - Window + <message name="IDS_NEW_TAB_RECENTLY_CLOSED_WINDOW_SINGLE" + desc="Title of recently closed windows in the recently closed section of the new tab page when the window has a single tab"> + 1 Tab + </message> + <message name="IDS_NEW_TAB_RECENTLY_CLOSED_WINDOW_MULTIPLE" + desc="Title of recently closed windows in the recently closed section of the new tab page when the window has more than one tab. The % is replaced by the number of tabs"> + % Tabs </message> <!-- SafeBrowsing --> diff --git a/chrome/app/theme/chromium/product_logo_16.png b/chrome/app/theme/chromium/product_logo_16.png Binary files differnew file mode 100644 index 0000000..82be28d --- /dev/null +++ b/chrome/app/theme/chromium/product_logo_16.png diff --git a/chrome/app/theme/theme_resources.grd b/chrome/app/theme/theme_resources.grd index 2a461c1..4967888 100644 --- a/chrome/app/theme/theme_resources.grd +++ b/chrome/app/theme/theme_resources.grd @@ -322,6 +322,7 @@ <include name="IDR_O2_MORE" file="o2_more.png" type="BINDATA" /> <include name="IDR_O2_SEARCH" file="o2_search.png" type="BINDATA" /> <include name="IDR_O2_STAR" file="o2_star.png" type="BINDATA" /> + <include name="IDR_CLOSED_WINDOW" file="closed_window.png" type="BINDATA" /> <if expr="pp_ifdef('_google_chrome')"> <include name="IDR_ABOUT_BACKGROUND" file="google_chrome/about_background.png" type="BINDATA" /> @@ -330,6 +331,7 @@ <include name="IDR_DISTRIBUTOR_LOGO" file="google_chrome/distributor_logo.png" type="BINDATA" /> <include name="IDR_DISTRIBUTOR_LOGO_LIGHT" file="google_chrome/distributor_logo_light.png" type="BINDATA" /> <include name="IDR_PRODUCT_LOGO" file="google_chrome/product_logo.png" type="BINDATA" /> + <include name="IDR_PRODUCT_LOGO_16" file="google_chrome/product_logo_16.png" type="BINDATA" /> <include name="IDR_WIZARD_ICON" file="google_chrome/wizard_icon.png" type="BINDATA" /> <include name="IDR_WIZARD_ICON_RTL" file="google_chrome/wizard_icon_rtl.png" type="BINDATA" /> </if> @@ -339,6 +341,7 @@ <include name="IDR_ABOUT_BACKGROUND_RTL" file="chromium/about_background_rtl.png" type="BINDATA" /> <include name="IDR_ABOUT_BACKGROUND_COLOR" file="chromium/about_background_color.png" type="BINDATA" /> <include name="IDR_PRODUCT_LOGO" file="chromium/product_logo.png" type="BINDATA" /> + <include name="IDR_PRODUCT_LOGO_16" file="chromium/product_logo_16.png" type="BINDATA" /> <include name="IDR_WIZARD_ICON" file="chromium/wizard_icon.png" type="BINDATA" /> <include name="IDR_WIZARD_ICON_RTL" file="chromium/wizard_icon_rtl.png" type="BINDATA" /> </if> |