mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-06 10:18:05 +02:00
Fix: About Form, copy to clipboard text for git
This commit is contained in:
parent
2bb1f2ea36
commit
3475b86dc5
@ -228,7 +228,7 @@ end;
|
||||
|
||||
procedure TAboutForm.miVerToClipboardClick(Sender: TObject);
|
||||
begin
|
||||
Clipboard.AsText := 'Lazarus ' + LazarusVersionStr + ' r' + LazarusRevisionStr +
|
||||
Clipboard.AsText := 'Lazarus ' + LazarusVersionStr + ' (rev ' + LazarusRevisionStr + ')' +
|
||||
' FPC ' + {$I %FPCVERSION%} + ' ' + PlatformLabel.Caption;
|
||||
end;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user