user32: Remove MDI_AugmentFrameMenu call from WM_MDICREATE handler.

This commit is contained in:
Dmitry Timoshkov 2007-01-14 20:19:50 +08:00 committed by Alexandre Julliard
parent 635bb11049
commit d63fd7911f
1 changed files with 0 additions and 6 deletions

View File

@ -1115,12 +1115,6 @@ static LRESULT MDIClientWndProc_common( HWND hwnd, UINT message,
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;