diff --git a/progmgr/group.c b/progmgr/group.c index 39e251c..43394b7 100644 --- a/progmgr/group.c +++ b/progmgr/group.c @@ -40,7 +40,7 @@ BOOL InitializeGroups() RECT rcFrame; // Create the MDI Client Window - ccs.hWindowMenu = GetSubMenu(GetMenu(hWndProgMgr), IDM_WINDOW); + ccs.hWindowMenu = GetSubMenu(GetMenu(hWndProgMgr), 2); ccs.idFirstChild = IDM_WINDOW_CHILDSTART; GetClientRect(hWndProgMgr, &rcFrame);