mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-21 11:39:55 +02:00
IDE: 'About' form: removed superfluous space from FPC version caption
git-svn-id: trunk@24626 -
This commit is contained in:
parent
54980c5f33
commit
be270991f3
@ -162,7 +162,7 @@ begin
|
||||
VersionLabel.Caption := lisVersion+' #: '+ GetLazarusVersionString;
|
||||
RevisionLabel.Caption := lisSVNRevision+LazarusRevisionStr;
|
||||
BuildDateLabel.Caption := lisDate+': '+GetLocalizedBuildDate;
|
||||
FPCVersionLabel.Caption:= lisFPCVersion+' '+{$I %FPCVERSION%};
|
||||
FPCVersionLabel.Caption:= lisFPCVersion+{$I %FPCVERSION%};
|
||||
PlatformLabel.Caption:=GetDefaultTargetCPU+'-'+GetDefaultTargetOS
|
||||
+'-'+LCLPlatformDisplayNames[GetDefaultLCLWidgetType];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user