mirror of
https://github.com/reactos/reactos.git
synced 2026-05-31 16:31:07 +08:00
committed by
GitHub
parent
71e4450761
commit
c43efcb1bb
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user