X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;f=config.c;h=8e67a542af1b1a20343fb0721ed8657c214fae77;hb=b21e8ac60bac296a572a4b96fed3b09c07a98499;hp=474654d2632e13a1728550507057d77ce35c7dbb;hpb=95cd4797691e46e7cd6646a20226d306f734e6d9;p=PuTTY.git 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;