mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-03 10:22:38 +02:00
IDE: removed useless # symbol from Lazarus version label in About dialog
This commit is contained in:
parent
5de61b7a28
commit
368d15ea48
@ -175,7 +175,7 @@ const
|
|||||||
begin
|
begin
|
||||||
Notebook.PageIndex:=0;
|
Notebook.PageIndex:=0;
|
||||||
Caption:=lisAboutLazarus;
|
Caption:=lisAboutLazarus;
|
||||||
VersionLabel.Caption := lisVersion+' #: '+ GetLazarusVersionString;
|
VersionLabel.Caption := lisVersion+': '+ GetLazarusVersionString;
|
||||||
RevisionLabel.Caption := lisRevision+LazarusRevisionStr;
|
RevisionLabel.Caption := lisRevision+LazarusRevisionStr;
|
||||||
BuildDateLabel.Caption := lisDate+': '+GetLocalizedBuildDate;
|
BuildDateLabel.Caption := lisDate+': '+GetLocalizedBuildDate;
|
||||||
FPCVersionLabel.Caption:= lisFPCVersion+{$I %FPCVERSION%};
|
FPCVersionLabel.Caption:= lisFPCVersion+{$I %FPCVERSION%};
|
||||||
|
Loading…
Reference in New Issue
Block a user