[APPWIZ] Enable auto-completion on 'Create Shortcut' (#3521)

CORE-9281
This commit is contained in:
Katayama Hirofumi MZ 2021-03-10 20:59:57 +09:00 committed by GitHub
parent 71e4450761
commit c43efcb1bb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -246,6 +246,7 @@ WelcomeDlgProc(HWND hwndDlg,
pContext = (PCREATE_LINK_CONTEXT) ppsp->lParam;
SetWindowLongPtr(hwndDlg, DWLP_USER, (LONG_PTR)pContext);
PropSheet_SetWizButtons(GetParent(hwndDlg), 0);
SHAutoComplete(GetDlgItem(hwndDlg, IDC_SHORTCUT_LOCATION), SHACF_DEFAULT);
break;
case WM_COMMAND:
switch(HIWORD(wParam))