From: Jacob Nevins Date: Sun, 2 Jan 2005 13:17:22 +0000 (+0000) Subject: colon in kex UI X-Git-Tag: r8855-g4f798d~888 X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=commitdiff_plain;h=f1bb0a7144d5bf42a35568de2b274c91557fe62c;p=PuTTY_svn.git colon in kex UI git-svn-id: http://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;