mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-13 09:59:10 +02:00
LCL: TaskDialog: Use no icon for tdiNone, not a placeholder icon, see issue #39172. Suggested by Jamie Philbrook
git-svn-id: trunk@65402 -
This commit is contained in:
parent
f1fd49a506
commit
86c8880e7c
@ -515,9 +515,9 @@ const
|
||||
IDI_INFORMATION = IDI_ASTERISK;
|
||||
|
||||
TD_ICONS: array[TTaskDialogIcon] of integer = (
|
||||
17, 84, 99, 98, 81, 0, 78);
|
||||
0, 84, 99, 98, 81, 0, 78);
|
||||
TD_FOOTERICONS: array[TTaskDialogFooterIcon] of integer = (
|
||||
17, 84, 99, 98, 65533, 65532);
|
||||
0, 84, 99, 98, 65533, 65532);
|
||||
WIN_ICONS: array[TTaskDialogIcon] of PChar = (
|
||||
nil, IDI_WARNING, IDI_QUESTION, IDI_ERROR, IDI_INFORMATION, nil, nil);
|
||||
WIN_FOOTERICONS: array[TTaskDialogFooterIcon] of PChar = (
|
||||
|
Loading…
Reference in New Issue
Block a user