mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-03-22 14:39:24 -05: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:
parent
d77102a8d5
commit
693bbf0ec6
2
config.c
2
config.c
@ -1600,7 +1600,7 @@ void setup_config_box(struct controlbox *b, struct sesslist *sesslist,
|
|||||||
dlg_stdeditbox_handler,
|
dlg_stdeditbox_handler,
|
||||||
I(offsetof(Config,ssh_rekey_time)),
|
I(offsetof(Config,ssh_rekey_time)),
|
||||||
I(-1));
|
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),
|
HELPCTX(ssh_kex_repeat),
|
||||||
dlg_stdeditbox_handler,
|
dlg_stdeditbox_handler,
|
||||||
I(offsetof(Config,ssh_rekey_data)),
|
I(offsetof(Config,ssh_rekey_data)),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user