diff options
author | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-04-19 02:38:55 +0000 |
---|---|---|
committer | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-04-19 02:38:55 +0000 |
commit | 4c5038b1db1364ce66aab8caa659667dddeb3dc2 (patch) | |
tree | dac8803e110fd41674d20cc74a2b28913485a220 /chrome/app | |
parent | 927e90a3f38b7a0022f30aeec9f799acb8473c6e (diff) | |
download | chromium_src-4c5038b1db1364ce66aab8caa659667dddeb3dc2.zip chromium_src-4c5038b1db1364ce66aab8caa659667dddeb3dc2.tar.gz chromium_src-4c5038b1db1364ce66aab8caa659667dddeb3dc2.tar.bz2 |
Print Preview: Do not show an invalid summary on load and remove the "no printers" UI code.
BUG=none
TEST=No 'invalid page range message' on print preview startup; No more 'no printer' item in printer drop down.
Review URL: http://codereview.chromium.org/6883032
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@82058 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app')
-rw-r--r-- | chrome/app/generated_resources.grd | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd index e2e6f03..e7bd698 100644 --- a/chrome/app/generated_resources.grd +++ b/chrome/app/generated_resources.grd @@ -5501,9 +5501,6 @@ Keep your key file in a safe place. You will need it to create new versions of y <message name="IDS_PRINT_PREVIEW_NO_PLUGIN" desc="Message to display when the PDF viewer is missing."> PDF viewer is not available. </message> - <message name="IDS_PRINT_PREVIEW_NO_PRINTER" desc="Select box entry when there is no printer."> - No printers found - </message> <message name="IDS_PRINT_PREVIEW_PRINT_BUTTON" desc="Print button."> Print </message> |