FIX: Copy version information with line-ending at the end

This commit is contained in:
Alexander Koblov 2025-08-09 18:13:46 +03:00
commit b5d031ea5d

View file

@ -154,7 +154,7 @@ end;
procedure TfrmAbout.btnCopyToClipboardClick(Sender: TObject);
begin
ClipboardSetText(GetVersionInformation);
ClipboardSetText(GetVersionInformation + LineEnding);
end;
procedure TfrmAbout.FormCreate(Sender: TObject);