mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-15 23:19:50 +02:00
IDE: added space
git-svn-id: trunk@15548 -
This commit is contained in:
parent
b772f0d83b
commit
d32dcb2b2b
@ -126,7 +126,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