OSX display format fix

This commit is contained in:
mysticbbs 2012-02-16 00:57:04 -05:00
parent 085245a8ac
commit 493f3f20f6
1 changed files with 1 additions and 1 deletions

View File

@ -70,7 +70,7 @@ Var
Case Arc.OSType of Case Arc.OSType of
0 : OS := 'Windows'; 0 : OS := 'Windows';
1 : OS := 'Linux '; 1 : OS := 'Linux ';
2 : OS := 'OSX'; 2 : OS := 'OSX ';
End; End;
List.Add (strPadR(YesNoStr[Arc.Active], 5, ' ') + strPadR(Arc.Ext, 7, ' ') + OS + ' ' + Arc.Desc, 0); List.Add (strPadR(YesNoStr[Arc.Active], 5, ' ') + strPadR(Arc.Ext, 7, ' ') + OS + ' ' + Arc.Desc, 0);