X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;f=config.c;h=f44b76038f01689632bb62e136fdbea2452ee6af;hb=269979809e4ec77530a986a2f624a7fe62906bec;hp=d0931f8905bd52a61dcdb7a970674aba21f4060d;hpb=53ec71b6e353e04aeb9f3447cd439c98100dfe60;p=PuTTY.git diff --git a/config.c b/config.c index d0931f89..f44b7603 100644 --- a/config.c +++ b/config.c @@ -1176,7 +1176,7 @@ void setup_config_box(struct controlbox *b, int midsession, ctrl_radiobuttons(s, "Connection type:", NO_SHORTCUT, 3, HELPCTX(session_hostname), config_protocolbuttons_handler, P(hp), - "Raw", 'r', I(PROT_RAW), + "Raw", 'w', I(PROT_RAW), "Telnet", 't', I(PROT_TELNET), "Rlogin", 'i', I(PROT_RLOGIN), NULL); @@ -1184,7 +1184,7 @@ void setup_config_box(struct controlbox *b, int midsession, ctrl_radiobuttons(s, "Connection type:", NO_SHORTCUT, 4, HELPCTX(session_hostname), config_protocolbuttons_handler, P(hp), - "Raw", 'r', I(PROT_RAW), + "Raw", 'w', I(PROT_RAW), "Telnet", 't', I(PROT_TELNET), "Rlogin", 'i', I(PROT_RLOGIN), "SSH", 's', I(PROT_SSH), @@ -1242,7 +1242,7 @@ void setup_config_box(struct controlbox *b, int midsession, ctrl_columns(s, 1, 100); s = ctrl_getset(b, "Session", "otheropts", NULL); - c = ctrl_radiobuttons(s, "Close window on exit:", 'w', 4, + c = ctrl_radiobuttons(s, "Close window on exit:", 'x', 4, HELPCTX(session_coe), dlg_stdradiobutton_handler, I(offsetof(Config, close_on_exit)),