X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/blobdiff_plain/811453cbc32f1f0f14cfef25f54eabf2e3b28bd9..0f0a25075f6e788462506686cf538bc13a5beedb:/config.c diff --git a/config.c b/config.c index fd5cb958..e462ec25 100644 --- a/config.c +++ b/config.c @@ -1296,14 +1296,14 @@ void setup_config_box(struct controlbox *b, struct sesslist *sesslist, "Options controlling proxy usage"); s = ctrl_getset(b, "Connection/Proxy", "basics", "Proxy basics"); - ctrl_radiobuttons(s, "Proxy type:", NO_SHORTCUT, 4, + ctrl_radiobuttons(s, "Proxy type:", 't', 4, HELPCTX(proxy_type), dlg_stdradiobutton_handler, I(offsetof(Config, proxy_type)), - "None", 'n', I(PROXY_NONE), - "HTTP", 't', I(PROXY_HTTP), - "SOCKS", 's', I(PROXY_SOCKS), - "Telnet", 'l', I(PROXY_TELNET), + "None", I(PROXY_NONE), + "HTTP", I(PROXY_HTTP), + "SOCKS", I(PROXY_SOCKS), + "Telnet", I(PROXY_TELNET), NULL); ctrl_columns(s, 2, 80, 20); c = ctrl_editbox(s, "Proxy hostname", 'y', 100,