OSX display format fix
This commit is contained in:
parent
085245a8ac
commit
493f3f20f6
|
@ -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);
|
||||||
|
|
Loading…
Reference in New Issue