summaryrefslogtreecommitdiffstats
path: root/chrome/browser
diff options
context:
space:
mode:
authortc@google.com <tc@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-05-12 21:31:15 +0000
committertc@google.com <tc@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-05-12 21:31:15 +0000
commit8f021982530c36e1aa86f246cc0a820505d6b9e5 (patch)
tree902e922f3e3a00610032f88d13c816986bff8a01 /chrome/browser
parentb5de465221a7ef144ad8dc874c8834d7db0d996c (diff)
downloadchromium_src-8f021982530c36e1aa86f246cc0a820505d6b9e5.zip
chromium_src-8f021982530c36e1aa86f246cc0a820505d6b9e5.tar.gz
chromium_src-8f021982530c36e1aa86f246cc0a820505d6b9e5.tar.bz2
Remove the page menu 'Print' entry until we implement it.
The keyboard accelerator still exists, but it's harmless (fires a notimplemented). BUG=11597 Review URL: http://codereview.chromium.org/115255 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@15902 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser')
-rw-r--r--chrome/browser/gtk/standard_menus.cc5
1 files changed, 4 insertions, 1 deletions
diff --git a/chrome/browser/gtk/standard_menus.cc b/chrome/browser/gtk/standard_menus.cc
index 56ce055..877fcd1 100644
--- a/chrome/browser/gtk/standard_menus.cc
+++ b/chrome/browser/gtk/standard_menus.cc
@@ -52,7 +52,10 @@ struct MenuCreateMaterial standard_page_menu_materials[] = {
{ MENU_NORMAL, IDC_FIND, IDS_FIND, 0, NULL, GDK_f, GDK_CONTROL_MASK },
{ MENU_NORMAL, IDC_SAVE_PAGE, IDS_SAVE_PAGE, 0, NULL, GDK_s,
GDK_CONTROL_MASK },
- { MENU_NORMAL, IDC_PRINT, IDS_PRINT, 0, NULL, GDK_p, GDK_CONTROL_MASK },
+ // Printing hasn't been implemented yet. Remove it from the menu until
+ // someone implements it.
+ // http://code.google.com/p/chromium/issues/detail?id=9847
+ //{ MENU_NORMAL, IDC_PRINT, IDS_PRINT, 0, NULL, GDK_p, GDK_CONTROL_MASK },
{ MENU_SEPARATOR },
{ MENU_NORMAL, IDC_ZOOM_MENU, IDS_ZOOM_MENU, 0, zoom_menu_materials },
{ MENU_NORMAL, IDC_ENCODING_MENU, IDS_ENCODING_MENU, 0,