mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-08 02:07:53 +02:00
--- Merging r43857 into '.':
U packages/fcl-image/src/fppixlcanv.pp --- Recording mergeinfo for merge of r43857 into '.': U . # revisions: 43857 git-svn-id: branches/fixes_3_2@43924 -
This commit is contained in:
parent
cb589a9201
commit
baf51cbab3
@ -17,7 +17,7 @@ unit FPPixlCanv;
|
||||
|
||||
interface
|
||||
|
||||
uses classes, FPImage, FPCanvas, PixTools, ellipses;
|
||||
uses Sysutils, classes, FPImage, FPCanvas, PixTools, ellipses;
|
||||
|
||||
type
|
||||
|
||||
@ -63,7 +63,7 @@ const
|
||||
PenPatterns : array[psDash..psDashDotDot] of TPenPattern =
|
||||
($EEEEEEEE, $AAAAAAAA, $E4E4E4E4, $EAEAEAEA);
|
||||
sErrNoImage:string = 'No brush image specified';
|
||||
sErrNotAvailable:string = 'Not availlable';
|
||||
sErrNotAvailable:string = 'Not available';
|
||||
|
||||
implementation
|
||||
|
||||
@ -74,7 +74,7 @@ const
|
||||
|
||||
procedure NotImplemented;
|
||||
begin
|
||||
raise PixelCanvasException.Create(sErrNotAvailable);
|
||||
raise ENotImplemented.Create(sErrNotAvailable);
|
||||
end;
|
||||
|
||||
constructor TFPPixelCanvas.create;
|
||||
|
Loading…
Reference in New Issue
Block a user