mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-08 14:35:58 +02:00
fixed bitbtn image for NoToAll
git-svn-id: trunk@2663 -
This commit is contained in:
parent
8ab6a60b7e
commit
ce70778667
@ -284,7 +284,7 @@ const
|
||||
BitBtnImages : array[TBitBtnKind] of Longint = (
|
||||
idButtonOk, idButtonOk, idButtonCancel, idButtonHelp, idButtonYes,
|
||||
idButtonNo, idButtonClose, idButtonAbort, idButtonRetry, idButtonIgnore,
|
||||
idButtonAll, idButtonAll, idButtonAll);
|
||||
idButtonAll, idButtonNoToAll, idButtonYesToAll);
|
||||
|
||||
procedure Register;
|
||||
begin
|
||||
@ -307,6 +307,9 @@ end.
|
||||
{ =============================================================================
|
||||
|
||||
$Log$
|
||||
Revision 1.47 2002/08/18 00:03:45 mattias
|
||||
fixed bitbtn image for NoToAll
|
||||
|
||||
Revision 1.46 2002/08/17 23:41:34 mattias
|
||||
many clipping fixes
|
||||
|
||||
|
@ -1133,7 +1133,7 @@ begin
|
||||
idButtonYesToAll :
|
||||
Result := CreatePixmapIndirect(@IMGAll_Check[0], GetSysColor(COLOR_BTNFACE));
|
||||
idButtonNoToAll :
|
||||
Result := CreatePixmapIndirect(@IMGAll_Check[0], GetSysColor(COLOR_BTNFACE));
|
||||
Result := CreatePixmapIndirect(@IMGCancel_X[0], GetSysColor(COLOR_BTNFACE));
|
||||
idButtonAbort :
|
||||
Result := CreatePixmapIndirect(@IMGCancel_X[0], GetSysColor(COLOR_BTNFACE));
|
||||
idButtonRetry :
|
||||
@ -1715,6 +1715,9 @@ end;
|
||||
{ =============================================================================
|
||||
|
||||
$Log$
|
||||
Revision 1.89 2002/08/18 00:03:45 mattias
|
||||
fixed bitbtn image for NoToAll
|
||||
|
||||
Revision 1.88 2002/08/17 23:41:34 mattias
|
||||
many clipping fixes
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user