diff options
author | pkasting@chromium.org <pkasting@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-07-20 01:56:52 +0000 |
---|---|---|
committer | pkasting@chromium.org <pkasting@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-07-20 01:56:52 +0000 |
commit | bdb7ff6f3d14ea2c252f1946ea200326acc047e9 (patch) | |
tree | 793c5fb7947554416bf9342cc6c728715add31d2 /chrome/app/chrome_dll.rc | |
parent | cf5804412f3a525a35a7549bb557bc20d3243499 (diff) | |
download | chromium_src-bdb7ff6f3d14ea2c252f1946ea200326acc047e9.zip chromium_src-bdb7ff6f3d14ea2c252f1946ea200326acc047e9.tar.gz chromium_src-bdb7ff6f3d14ea2c252f1946ea200326acc047e9.tar.bz2 |
Remove the page and app menus.
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/3033007
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@52985 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app/chrome_dll.rc')
-rw-r--r-- | chrome/app/chrome_dll.rc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/app/chrome_dll.rc b/chrome/app/chrome_dll.rc index d56cf87..c6f72d8 100644 --- a/chrome/app/chrome_dll.rc +++ b/chrome/app/chrome_dll.rc @@ -104,7 +104,7 @@ BEGIN "J", IDC_SHOW_DOWNLOADS, VIRTKEY, CONTROL "H", IDC_SHOW_HISTORY, VIRTKEY, CONTROL "F", IDC_SHOW_APP_MENU, VIRTKEY, ALT - "E", IDC_SHOW_PAGE_MENU, VIRTKEY, ALT + "E", IDC_SHOW_APP_MENU, VIRTKEY, ALT VK_ESCAPE, IDC_STOP, VIRTKEY VK_ESCAPE, IDC_TASK_MANAGER, VIRTKEY, SHIFT "U", IDC_VIEW_SOURCE, VIRTKEY, CONTROL |