X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;f=config.c;h=8b14c073e9b330f97c75c1068688549c729f0b5f;hb=942ac83108ee48a7a4d091a3046391eceb42e8b6;hp=4135fb6c60edb58dcec8f3f6e81af22c52aa4bb3;hpb=196ca8b041e88e6976499f644c49340bac59d581;p=PuTTY.git diff --git a/config.c b/config.c index 4135fb6c..8b14c073 100644 --- a/config.c +++ b/config.c @@ -2132,7 +2132,7 @@ void setup_config_box(struct controlbox *b, int midsession, dlg_stdcheckbox_handler, I(offsetof(Config,try_gssapi_auth))); - ctrl_checkbox(s, "Allow GSSAPI credential delegation", 'd', + ctrl_checkbox(s, "Allow GSSAPI credential delegation", 'l', HELPCTX(ssh_gssapi_delegation), dlg_stdcheckbox_handler, I(offsetof(Config,gssapifwd))); @@ -2142,7 +2142,7 @@ void setup_config_box(struct controlbox *b, int midsession, */ if (ngsslibs > 1) { c = ctrl_draglist(s, "Preference order for GSSAPI libraries:", - 'l', HELPCTX(ssh_gssapi_libraries), + 'p', HELPCTX(ssh_gssapi_libraries), gsslist_handler, P(NULL)); c->listbox.height = ngsslibs; @@ -2165,7 +2165,7 @@ void setup_config_box(struct controlbox *b, int midsession, * displayed. */ - ctrl_filesel(s, "User-supplied GSSAPI library path:", 'p', + ctrl_filesel(s, "User-supplied GSSAPI library path:", 's', FILTER_DYNLIB_FILES, FALSE, "Select library file", HELPCTX(ssh_gssapi_libraries), dlg_stdfilesel_handler,