http://git.etersoft.ru/projects
/
wine
/
eterwine.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c166cb3
)
taskmgr: Show a 48x48 icon in the about box.
author
Joel Holdsworth
<joel@airwebreathe.org.uk>
Tue, 20 Apr 2010 22:50:48 +0000
(23:50 +0100)
committer
Alexandre Julliard
<julliard@winehq.org>
Wed, 21 Apr 2010 09:57:32 +0000
(11:57 +0200)
programs/taskmgr/about.c
patch
|
blob
|
blame
|
history
diff --git
a/programs/taskmgr/about.c
b/programs/taskmgr/about.c
index 68d64caa3ecd28fd9ff3f6808ba5a1b26f2c6076..c165f25d44b9c3cb752036fbee028a285d62b050 100644
(file)
--- a/
programs/taskmgr/about.c
+++ b/
programs/taskmgr/about.c
@@
-40,5
+40,5
@@
void OnAbout(void)
'<','b','r','i','a','n','p','@','r','e','a','c','t','o','s','.','o','r','g','>',0};
LoadStringW( hInst, IDC_TASKMGR, appname, sizeof(appname)/sizeof(WCHAR) );
ShellAboutW( hMainWnd, appname, copy,
- LoadImageA( hInst, (LPSTR)IDI_TASKMANAGER, IMAGE_ICON,
32, 32
, LR_SHARED ));
+ LoadImageA( hInst, (LPSTR)IDI_TASKMANAGER, IMAGE_ICON,
48, 48
, LR_SHARED ));
}