mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-01-25 01:02:24 +00:00
colon in kex UI
[originally from svn r5062]
This commit is contained in:
parent
b93e12d477
commit
dd33f123b2
2
config.c
2
config.c
@ -1663,7 +1663,7 @@ void setup_config_box(struct controlbox *b, struct sesslist *sesslist,
|
|||||||
|
|
||||||
s = ctrl_getset(b, "Connection/SSH/Kex", "main",
|
s = ctrl_getset(b, "Connection/SSH/Kex", "main",
|
||||||
"Key exchange algorithm options");
|
"Key exchange algorithm options");
|
||||||
c = ctrl_draglist(s, "Algorithm selection policy", 's',
|
c = ctrl_draglist(s, "Algorithm selection policy:", 's',
|
||||||
HELPCTX(ssh_kexlist),
|
HELPCTX(ssh_kexlist),
|
||||||
kexlist_handler, P(NULL));
|
kexlist_handler, P(NULL));
|
||||||
c->listbox.height = 5;
|
c->listbox.height = 5;
|
||||||
|
Loading…
Reference in New Issue
Block a user