mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-01-10 01:48:00 +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",
|
||||
"Key exchange algorithm options");
|
||||
c = ctrl_draglist(s, "Algorithm selection policy", 's',
|
||||
c = ctrl_draglist(s, "Algorithm selection policy:", 's',
|
||||
HELPCTX(ssh_kexlist),
|
||||
kexlist_handler, P(NULL));
|
||||
c->listbox.height = 5;
|
||||
|
Loading…
Reference in New Issue
Block a user