mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-22 20:19:10 +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;
|
VersionLabel.Caption := lisVersion+' #: '+ GetLazarusVersionString;
|
||||||
RevisionLabel.Caption := lisSVNRevision+LazarusRevisionStr;
|
RevisionLabel.Caption := lisSVNRevision+LazarusRevisionStr;
|
||||||
BuildDateLabel.Caption := lisDate+': '+GetLocalizedBuildDate;
|
BuildDateLabel.Caption := lisDate+': '+GetLocalizedBuildDate;
|
||||||
FPCVersionLabel.Caption:= lisFPCVersion+' '+{$I %FPCVERSION%};
|
FPCVersionLabel.Caption:= lisFPCVersion+{$I %FPCVERSION%};
|
||||||
PlatformLabel.Caption:=GetDefaultTargetCPU+'-'+GetDefaultTargetOS
|
PlatformLabel.Caption:=GetDefaultTargetCPU+'-'+GetDefaultTargetOS
|
||||||
+'-'+LCLPlatformDisplayNames[GetDefaultLCLWidgetType];
|
+'-'+LCLPlatformDisplayNames[GetDefaultLCLWidgetType];
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user