mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-07 21:37:11 +02:00
win32: use bigger shield icon
git-svn-id: trunk@19774 -
This commit is contained in:
parent
fd610ecf4b
commit
fd0b672a54
@ -164,7 +164,7 @@ begin
|
||||
begin
|
||||
FillChar(SHIconInfo, SizeOf(SHIconInfo), 0);
|
||||
SHIconInfo.cbSize := SizeOf(SHIconInfo);
|
||||
if (SHGetStockIconInfo(SIID_SHIELD, SHGFI_ICON or SHGFI_SMALLICON, @SHIconInfo) = S_OK) then
|
||||
if (SHGetStockIconInfo(SIID_SHIELD, SHGFI_ICON or SHGFI_LARGEICON, @SHIconInfo) = S_OK) then
|
||||
IconHandle := SHIconInfo.hIcon
|
||||
else
|
||||
IconHandle := 0;
|
||||
|
Loading…
Reference in New Issue
Block a user