From 725a0aba71cd963fd0c33ccdfc2408c59b505b12 Mon Sep 17 00:00:00 2001 From: Jacob Nevins Date: Tue, 6 Apr 2021 23:29:46 +0100 Subject: [PATCH] Windows Pageant: fingerprint type context help. --- windows/winpgnt.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/windows/winpgnt.c b/windows/winpgnt.c index 951a3474..98066f3b 100644 --- a/windows/winpgnt.c +++ b/windows/winpgnt.c @@ -695,7 +695,10 @@ static INT_PTR CALLBACK KeyListProc(HWND hwnd, UINT msg, int id = ((LPHELPINFO)lParam)->iCtrlId; const char *topic = NULL; switch (id) { - case IDC_KEYLIST_LISTBOX: topic = WINHELP_CTX_pageant_keylist; break; + case IDC_KEYLIST_LISTBOX: + case IDC_KEYLIST_FPTYPE: + case IDC_KEYLIST_FPTYPE_STATIC: + topic = WINHELP_CTX_pageant_keylist; break; case IDC_KEYLIST_ADDKEY: topic = WINHELP_CTX_pageant_addkey; break; case IDC_KEYLIST_REMOVE: topic = WINHELP_CTX_pageant_remkey; break; case IDC_KEYLIST_ADDKEY_ENC: