Change the default system menu icon in MDI_AugmentFrameMenu to
application icon (based on patch by tinus <o112w8r02(a)sneakemail.com>)m>).
Modified: trunk/reactos/lib/user32/windows/mdi.c
_____
Modified: trunk/reactos/lib/user32/windows/mdi.c
--- trunk/reactos/lib/user32/windows/mdi.c 2005-05-01 07:08:18 UTC
(rev 14897)
+++ trunk/reactos/lib/user32/windows/mdi.c 2005-05-01 07:10:47 UTC
(rev 14898)
@@ -1099,7 +1099,7 @@
if (!hIcon)
hIcon = (HICON)GetClassLongW(hChild, GCL_HICON);
if (!hIcon)
- hIcon = LoadImageW(0, MAKEINTRESOURCEW(IDI_WINLOGO),
IMAGE_ICON, 0, 0, LR_DEFAULTCOLOR);
+ hIcon = LoadIconW(NULL, IDI_APPLICATION);
if (hIcon)
{
HDC hMemDC;