mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-07 21:38:00 +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
|
||||
Notebook.PageIndex:=0;
|
||||
Caption:=lisAboutLazarus;
|
||||
VersionLabel.Caption := lisVersion+' #: '+ GetLazarusVersionString;
|
||||
VersionLabel.Caption := lisVersion+': '+ GetLazarusVersionString;
|
||||
RevisionLabel.Caption := lisRevision+LazarusRevisionStr;
|
||||
BuildDateLabel.Caption := lisDate+': '+GetLocalizedBuildDate;
|
||||
FPCVersionLabel.Caption:= lisFPCVersion+{$I %FPCVERSION%};
|
||||
|
Loading…
Reference in New Issue
Block a user