mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-06-01 04:52:38 +02:00
AnchorDocking: replace #13 with LineEnding in a message dialog.
git-svn-id: trunk@45528 -
This commit is contained in:
parent
5dc280775d
commit
6bd6b7bf6f
@ -547,7 +547,7 @@ begin
|
||||
except
|
||||
on E: Exception do begin
|
||||
IDEMessageDialog(adrsError,
|
||||
Format(adrsErrorWritingWindowLayoutToFile, [Filename, #13, E.Message]),
|
||||
Format(adrsErrorWritingWindowLayoutToFile, [Filename, LineEnding, E.Message]),
|
||||
mtError,[mbCancel]);
|
||||
end;
|
||||
end;
|
||||
|
Loading…
Reference in New Issue
Block a user