mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 10:04:49 +00:00
parent
71e4450761
commit
c43efcb1bb
1 changed files with 1 additions and 0 deletions
|
@ -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))
|
||||
|
|
Loading…
Reference in a new issue