From: jacob Date: Sun, 2 Jan 2005 13:17:22 +0000 (+0000) Subject: colon in kex UI X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/commitdiff_plain/2e077f2e2bcc9df8d704c751248940be5becbc4e?ds=sidebyside colon in kex UI git-svn-id: svn://svn.tartarus.org/sgt/putty@5062 cda61777-01e9-0310-a592-d414129be87e --- diff --git a/config.c b/config.c index 474654d2..8e67a542 100644 --- a/config.c +++ b/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;