mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-23 01:39:31 +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;
|
||||
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