Module: wine Branch: master Commit: d63fd7911f2164b2f17824e67655c5027c1e8713 URL: http://source.winehq.org/git/wine.git/?a=commit;h=d63fd7911f2164b2f17824e676...
Author: Dmitry Timoshkov dmitry@codeweavers.com Date: Sun Jan 14 20:19:50 2007 +0800
user32: Remove MDI_AugmentFrameMenu call from WM_MDICREATE handler.
---
dlls/user32/mdi.c | 6 ------ 1 files changed, 0 insertions(+), 6 deletions(-)
diff --git a/dlls/user32/mdi.c b/dlls/user32/mdi.c index 4f6844c..8288885 100644 --- a/dlls/user32/mdi.c +++ b/dlls/user32/mdi.c @@ -1115,12 +1115,6 @@ static LRESULT MDIClientWndProc_common( hwnd, 0, csA->hOwner, (LPVOID)csA->lParam); } - - if (IsZoomed(ci->hwndActiveChild)) - { - MDI_AugmentFrameMenu(GetParent(hwnd), child); - MDI_UpdateFrameText(GetParent(hwnd), hwnd, TRUE, NULL); - } return (LRESULT)child; } return 0;