diff options
author | thomasvl@chromium.org <thomasvl@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-09-30 19:06:18 +0000 |
---|---|---|
committer | thomasvl@chromium.org <thomasvl@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-09-30 19:06:18 +0000 |
commit | 288488c29bc8eabd5f2c34c0fd1b07fe7b006dd0 (patch) | |
tree | 4812393424a6e72cec9bf19e9d0d4503596bfce5 /chrome/chrome.gyp | |
parent | 83ea6a5478117210a3c0835a296600d9b2230464 (diff) | |
download | chromium_src-288488c29bc8eabd5f2c34c0fd1b07fe7b006dd0.zip chromium_src-288488c29bc8eabd5f2c34c0fd1b07fe7b006dd0.tar.gz chromium_src-288488c29bc8eabd5f2c34c0fd1b07fe7b006dd0.tar.bz2 |
Page Info Window
- Localize title
- Localize button
- Autosize button to text
- Localize headings
- Fetch the page info good/bad images from the resource bundle
Stop including the page info good/bad images in the app bundle.
TEST=Page Info dialog is localized and the button isn't clipped.
BUG=20230
BUG=20536
Review URL: http://codereview.chromium.org/246048
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@27641 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/chrome.gyp')
-rwxr-xr-x | chrome/chrome.gyp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/chrome/chrome.gyp b/chrome/chrome.gyp index 464773a..c858864 100755 --- a/chrome/chrome.gyp +++ b/chrome/chrome.gyp @@ -2449,6 +2449,7 @@ 'app/nibs/ImportProgressDialog.xib', 'app/nibs/KeywordEditor.xib', 'app/nibs/MainMenu.xib', + 'app/nibs/PageInfo.xib', 'app/nibs/SaveAccessoryView.xib', 'app/nibs/TabView.xib', 'app/nibs/TaskManager.xib', @@ -3270,8 +3271,6 @@ 'app/theme/o2_search.png', 'app/theme/o2_star.png', 'app/theme/otr_icon.pdf', - 'app/theme/pageinfo_bad.png', - 'app/theme/pageinfo_good.png', 'app/theme/reload_Template.pdf', 'app/theme/star_Template.pdf', 'app/theme/starred.pdf', |