fixed bitbtn image for NoToAll

git-svn-id: trunk@2663 -
This commit is contained in:
mattias 2002-08-18 00:03:45 +00:00
parent 8ab6a60b7e
commit ce70778667
2 changed files with 8 additions and 2 deletions

View File

@ -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

View File

@ -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