fix the window menu

This commit is contained in:
freedom
2023-09-07 14:52:05 -06:00
parent 99d851f368
commit e0724dc0c7

View File

@@ -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);