1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-01-25 01:02:24 +00:00

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]
This commit is contained in:
Simon Tatham 2004-12-28 14:11:00 +00:00
parent d77102a8d5
commit 693bbf0ec6

View File

@ -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)),