mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-12 20:39:23 +02:00
lcl: fixed typo
git-svn-id: trunk@64507 -
This commit is contained in:
parent
b53ad7ceed
commit
1c726d4c93
@ -753,7 +753,7 @@ begin
|
||||
WorkStream := TMemoryStream.Create;
|
||||
try
|
||||
WriteStream(WorkStream);
|
||||
// Store our worstream as savestream
|
||||
// Store our workstream as savestream
|
||||
FSharedImage.SaveStream := WorkStream;
|
||||
WorkStream := nil;
|
||||
finally
|
||||
|
Loading…
Reference in New Issue
Block a user