diff options
author | ben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-10-17 18:11:33 +0000 |
---|---|---|
committer | ben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-10-17 18:11:33 +0000 |
commit | d28ea02a0ec3397d03daba113e016bdb8e8fd45a (patch) | |
tree | 7d0740623166dce76e047aa7f29352ac9634fc76 /chrome | |
parent | 4cdac10757c9a774c3defdaf705f0d8c99290d19 (diff) | |
download | chromium_src-d28ea02a0ec3397d03daba113e016bdb8e8fd45a.zip chromium_src-d28ea02a0ec3397d03daba113e016bdb8e8fd45a.tar.gz chromium_src-d28ea02a0ec3397d03daba113e016bdb8e8fd45a.tar.bz2 |
testing something else
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@3544 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome')
-rw-r--r-- | chrome/views/window.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/views/window.cc b/chrome/views/window.cc index 880ab9a..c2e2a7e 100644 --- a/chrome/views/window.cc +++ b/chrome/views/window.cc @@ -343,7 +343,7 @@ void Window::RunSystemMenu(const CPoint& point) { // We need to call this otherwise there's a small chance that we aren't going // to get a system menu. We also can't take the return value of this // function. We need to call it *again* to get a valid HMENU. - ::GetSystemMenu(GetHWND(), TRUE); + //::GetSystemMenu(GetHWND(), TRUE); HMENU system_menu = ::GetSystemMenu(GetHWND(), FALSE); int id = ::TrackPopupMenu(system_menu, TPM_LEFTBUTTON | TPM_RIGHTBUTTON | TPM_RETURNCMD, |