MG: implemented display variable

git-svn-id: trunk@3255 -
This commit is contained in:
lazarus 2002-08-28 10:52:41 +00:00
parent 810dd75926
commit cae607e7fd

View File

@ -335,6 +335,7 @@ begin
Value:=UserOverrides.Values[Variable];
EnvList.Values[Variable]:=Value;
end;
EnvList.Values['DISPLAY']:=Display;
Strings.Assign(EnvList);
finally
EnvList.Free;