mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-21 09:58:13 +00:00
FIX: Copy version information with line-ending at the end
This commit is contained in:
parent
9b108c114b
commit
b5d031ea5d
1 changed files with 1 additions and 1 deletions
|
|
@ -154,7 +154,7 @@ end;
|
|||
|
||||
procedure TfrmAbout.btnCopyToClipboardClick(Sender: TObject);
|
||||
begin
|
||||
ClipboardSetText(GetVersionInformation);
|
||||
ClipboardSetText(GetVersionInformation + LineEnding);
|
||||
end;
|
||||
|
||||
procedure TfrmAbout.FormCreate(Sender: TObject);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue