]> asedeno.scripts.mit.edu Git - PuTTY_svn.git/commitdiff
Can't use `d' for an accelerator in the Kex panel, since it clashes
authorSimon Tatham <anakin@pobox.com>
Tue, 28 Dec 2004 14:11:00 +0000 (14:11 +0000)
committerSimon Tatham <anakin@pobox.com>
Tue, 28 Dec 2004 14:11:00 +0000 (14:11 +0000)
with the `d' used for the Down button in the Windows preference list.

git-svn-id: http://svn.tartarus.org/sgt/putty@5032 cda61777-01e9-0310-a592-d414129be87e

config.c

index 59140dbeafcd58030115dd5692e843ccf0dc8318..0704da3b4da6cc6df78da292ec707abdd462fe1d 100644 (file)
--- 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)),