You've already forked lazarus-ccr
fpvectorial: Spelling fix
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1593 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@ -777,7 +777,7 @@ begin
|
|||||||
Break;
|
Break;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
if Result = nil then raise Exception.Create('Unsuported vector graphics format.');
|
if Result = nil then raise Exception.Create('Unsupported vector graphics format.');
|
||||||
end;
|
end;
|
||||||
|
|
||||||
{@@
|
{@@
|
||||||
@ -799,7 +799,7 @@ begin
|
|||||||
Break;
|
Break;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
if Result = nil then raise Exception.Create('Unsuported vector graphics format.');
|
if Result = nil then raise Exception.Create('Unsupported vector graphics format.');
|
||||||
end;
|
end;
|
||||||
|
|
||||||
procedure TvVectorialDocument.ClearTmpPath();
|
procedure TvVectorialDocument.ClearTmpPath();
|
||||||
|
Reference in New Issue
Block a user