1
0
mirror of https://github.com/moparisthebest/Simba synced 2024-11-22 01:02:17 -05:00

Fixed SetProxy

This commit is contained in:
Cazax 2010-06-10 12:43:25 -04:00
parent 2647cf14c5
commit 903299b580

View File

@ -54,5 +54,5 @@ end;
procedure ps_SetProxy(Client : Integer; pHost, pPort : String); extdecl;
begin
CurrThread.MInternet.GetHTTPClient(client).SetProx y(pHost, pPort);
CurrThread.MInternet.GetHTTPClient(client).SetProxy(pHost, pPort);
end;