TAChart: Fix error message in TFPCanvasDrawer.RadialPie

git-svn-id: trunk@38464 -
This commit is contained in:
ask 2012-08-31 15:57:24 +00:00
parent 770f3cd12c
commit 4ae545e36d

View File

@ -215,7 +215,7 @@ begin
Unused(AX1, AY1);
Unused(AX2, AY2);
Unused(AStartAngle16Deg, AAngleLength16Deg);
raise EChartError.Create('TOpenGLDrawer.RadialPie not implemented');
raise EChartError.Create('TFPCanvasDrawer.RadialPie not implemented');
end;
procedure TFPCanvasDrawer.Rectangle(AX1, AY1, AX2, AY2: Integer);