From a0bb866de7623a820d37a5377e7eeb115c728ee1 Mon Sep 17 00:00:00 2001 From: lazarus Date: Wed, 2 Jan 2002 12:10:01 +0000 Subject: [PATCH] MG: fixed typo git-svn-id: trunk@566 - --- lcl/graphics.pp | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/lcl/graphics.pp b/lcl/graphics.pp index 33fdb2d30d..142fc0cd69 100644 --- a/lcl/graphics.pp +++ b/lcl/graphics.pp @@ -32,10 +32,9 @@ uses type - -TColor = longint; //Also defined in LMessages.pp + TColor = longint; //Also defined in LMessages.pp + const - // The follow colors match the predefined Delphi Colors clBlack = TColor($000000); clMaroon = TColor($000080); @@ -735,6 +734,9 @@ end. { ============================================================================= $Log$ + Revision 1.20 2002/01/02 12:10:01 lazarus + MG: fixed typo + Revision 1.19 2001/12/28 11:41:50 lazarus MG: added TCanvas.Ellipse, TCanvas.Pie