mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-14 11:19:24 +02:00
IDE: About from: Copy fpc version to clipboard too (issue #13546)
git-svn-id: trunk@19546 -
This commit is contained in:
parent
4508822c25
commit
0e57b96673
@ -196,8 +196,8 @@ end;
|
||||
|
||||
procedure TAboutForm.miVerToClipboardClick(Sender: TObject);
|
||||
begin
|
||||
Clipboard.AsText := 'v' + LazarusVersionStr + ' r' + LazarusRevisionStr +
|
||||
' ' + PlatformLabel.Caption;
|
||||
Clipboard.AsText := 'Lazarus ' + LazarusVersionStr + ' r' + LazarusRevisionStr +
|
||||
' FPC ' + {$I %FPCVERSION%} + ' ' + PlatformLabel.Caption;
|
||||
end;
|
||||
|
||||
procedure TAboutForm.NotebookPageChanged(Sender: TObject);
|
||||
@ -235,6 +235,7 @@ procedure TAboutForm.LoadContributors;
|
||||
var
|
||||
ContributorsFileName: string;
|
||||
begin
|
||||
ContributorsPage.ControlStyle := ContributorsPage.ControlStyle - [csOpaque];
|
||||
Contributors := TScrollingText.Create(ContributorsPage);
|
||||
Contributors.Parent := ContributorsPage;
|
||||
Contributors.Align:=alClient;
|
||||
|
Loading…
Reference in New Issue
Block a user