[ros-diffs] [navaraf] 14898: Change the default system menu icon in
MDI_AugmentFrameMenu to application icon (based on patch by
tinus <o112w8r02@sneakemail.com>).
navaraf at svn.reactos.com
navaraf at svn.reactos.com
Sun May 1 09:10:49 CEST 2005
Change the default system menu icon in MDI_AugmentFrameMenu to
application icon (based on patch by tinus <o112w8r02 at sneakemail.com>).
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;
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.reactos.org/pipermail/ros-diffs/attachments/20050501/4e9923f0/attachment.html
More information about the Ros-diffs
mailing list