mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-07-02 03:52:49 -05:00
Support username and password authentication when talking to HTTP
proxies. [originally from svn r1971]
This commit is contained in:
4
windlg.c
4
windlg.c
@ -1829,8 +1829,8 @@ static void create_controls(HWND hwnd, int dlgtype, int panel)
|
||||
IDC_PROXYEXCLUDEEDIT, 100, NULL);
|
||||
staticedit(&cp, "&Username", IDC_PROXYUSERSTATIC,
|
||||
IDC_PROXYUSEREDIT, 60);
|
||||
staticedit(&cp, "Pass&word", IDC_PROXYPASSSTATIC,
|
||||
IDC_PROXYPASSEDIT, 60);
|
||||
staticpassedit(&cp, "Pass&word", IDC_PROXYPASSSTATIC,
|
||||
IDC_PROXYPASSEDIT, 60);
|
||||
endbox(&cp);
|
||||
beginbox(&cp, "Misc. proxy settings", IDC_BOX_PROXY2);
|
||||
multiedit(&cp,
|
||||
|
Reference in New Issue
Block a user