Commit bed797e1 authored by Huw Davies's avatar Huw Davies Committed by Alexandre Julliard

Windows always adds a separator to the bottom of the new window

menu. Thanks to Dmitry Timoshkov for confirming this.
parent d315f6b1
......@@ -315,6 +315,7 @@ static LRESULT MDISetMenu( HWND hwnd, HMENU hmenuFrame,
/* Add items to the new Window menu */
ci->nActiveChildren = nActiveChildren_old;
AppendMenuW(hmenuWindow, MF_SEPARATOR, 0, NULL);
MDI_RefreshMenu(ci);
}
else
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment