X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;f=config.c;fp=config.c;h=e462ec2580408d113f1100bff4b581584a3df32e;hb=03fa61025b27384c5d64aee63f9b0a7fd917bb24;hp=fd5cb958d63aaf9f5e1bb79f0faf2bedde48e496;hpb=5e36ac8d67dfc97507566df7bd844b4480397702;p=PuTTY.git 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,