mirror of
https://github.com/reactos/reactos.git
synced 2025-04-04 04:26:32 +00:00
[NEWDEV]
- fix hardcoded leftover spotted by ThFabba svn path=/trunk/; revision=66413
This commit is contained in:
parent
1726257036
commit
a91859ea46
1 changed files with 1 additions and 1 deletions
|
@ -1302,7 +1302,7 @@ DisplayWizard(
|
|||
psp.dwFlags = PSP_DEFAULT | PSP_HIDEHEADER | PSP_USETITLE;
|
||||
psp.pfnDlgProc = NeedRebootDlgProc;
|
||||
psp.pszTemplate = MAKEINTRESOURCE(IDD_NEEDREBOOT);
|
||||
ahpsp[IDD_NEEDREBOOT-200] = CreatePropertySheetPage(&psp);
|
||||
ahpsp[IDD_NEEDREBOOT-IDD_FIRSTPAGE] = CreatePropertySheetPage(&psp);
|
||||
|
||||
/* Create the Finish page */
|
||||
psp.dwFlags = PSP_DEFAULT | PSP_HIDEHEADER | PSP_USETITLE;
|
||||
|
|
Loading…
Reference in a new issue