mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-25 00:11:20 +02:00
* fix typo
git-svn-id: trunk@49566 -
This commit is contained in:
parent
98d35bb8cb
commit
872ff19622
@ -179,7 +179,7 @@ Type
|
|||||||
WhiteSmoke = TColor($F5F5F5);
|
WhiteSmoke = TColor($F5F5F5);
|
||||||
Yellow = TColor($FFFF00);
|
Yellow = TColor($FFFF00);
|
||||||
YellowGreen = TColor($9ACD32);
|
YellowGreen = TColor($9ACD32);
|
||||||
// extended colosr (from lazarus Graphics)
|
// extended colors (from lazarus Graphics)
|
||||||
MoneyGreen = TColor($C0DCC0);
|
MoneyGreen = TColor($C0DCC0);
|
||||||
Cream = TColor($F0FBFF);
|
Cream = TColor($F0FBFF);
|
||||||
MedGray = TColor($A4A0A0);
|
MedGray = TColor($A4A0A0);
|
||||||
|
Loading…
Reference in New Issue
Block a user