From 693bbf0ec6007120b91dafb4eaed1ae833eb59f7 Mon Sep 17 00:00:00 2001 From: Simon Tatham Date: Tue, 28 Dec 2004 14:11:00 +0000 Subject: [PATCH] Can't use `d' for an accelerator in the Kex panel, since it clashes with the `d' used for the Down button in the Windows preference list. [originally from svn r5032] --- config.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.c b/config.c index 59140dbe..0704da3b 100644 --- a/config.c +++ b/config.c @@ -1600,7 +1600,7 @@ void setup_config_box(struct controlbox *b, struct sesslist *sesslist, dlg_stdeditbox_handler, I(offsetof(Config,ssh_rekey_time)), I(-1)); - ctrl_editbox(s, "Max data before rekey (0 for no limit)", 'd', 20, + ctrl_editbox(s, "Max data before rekey (0 for no limit)", 'x', 20, HELPCTX(ssh_kex_repeat), dlg_stdeditbox_handler, I(offsetof(Config,ssh_rekey_data)), -- 2.45.2