From f5c6729ff0c1bb1b0078c1bdfb50bb56a9293d6f Mon Sep 17 00:00:00 2001 From: Graeme Geldenhuys Date: Tue, 29 Jun 2010 14:21:26 +0200 Subject: Removed special characters from code comments. --- src/corelib/gdi/fpg_gdi.pas | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/corelib') diff --git a/src/corelib/gdi/fpg_gdi.pas b/src/corelib/gdi/fpg_gdi.pas index e8b05ede..e242bfb6 100644 --- a/src/corelib/gdi/fpg_gdi.pas +++ b/src/corelib/gdi/fpg_gdi.pas @@ -1774,7 +1774,7 @@ procedure TfpgGDICanvas.DoDrawArc(x, y, w, h: TfpgCoord; a1, a2: Extended); var SX, SY, EX, EY: Longint; begin - {Stupid GDI can't tell the difference between 0 and 360°!!} + {Stupid GDI can't tell the difference between 0 and 360 degrees!!} if a2 = 0 then Exit; //==> {Stupid GDI must be told in which direction to draw} @@ -1794,7 +1794,7 @@ procedure TfpgGDICanvas.DoFillArc(x, y, w, h: TfpgCoord; a1, a2: Extended); var SX, SY, EX, EY: Longint; begin - {Stupid GDI can't tell the difference between 0 and 360°!!} + {Stupid GDI can't tell the difference between 0 and 360 degrees!!} if a2 = 0 then Exit; //==> {Stupid GDI must be told in which direction to draw} -- cgit v1.2.3-70-g09d2