mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-27 00:40:18 +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);
|
procedure TAboutForm.miVerToClipboardClick(Sender: TObject);
|
||||||
begin
|
begin
|
||||||
Clipboard.AsText := 'Lazarus ' + LazarusVersionStr + ' r' + LazarusRevisionStr +
|
Clipboard.AsText := 'Lazarus ' + LazarusVersionStr + ' (rev ' + LazarusRevisionStr + ')' +
|
||||||
' FPC ' + {$I %FPCVERSION%} + ' ' + PlatformLabel.Caption;
|
' FPC ' + {$I %FPCVERSION%} + ' ' + PlatformLabel.Caption;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user