IDE: 'About' form: removed superfluous space from FPC version caption

git-svn-id: trunk@24626 -
This commit is contained in:
maxim 2010-04-14 23:03:39 +00:00
parent 54980c5f33
commit be270991f3

View File

@ -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];