mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 10:04:49 +00:00
There's no need to call PropertySheet twice.
svn path=/trunk/; revision=14234
This commit is contained in:
parent
b407470ef1
commit
a0da8855ea
1 changed files with 0 additions and 3 deletions
|
@ -1091,9 +1091,6 @@ CreateWizard(VOID)
|
||||||
psh.pszbmHeader = MAKEINTRESOURCE(IDB_HEADER);
|
psh.pszbmHeader = MAKEINTRESOURCE(IDB_HEADER);
|
||||||
|
|
||||||
/* Display the wizard */
|
/* Display the wizard */
|
||||||
PropertySheet(&psh);
|
|
||||||
|
|
||||||
|
|
||||||
return (LONG)(PropertySheet(&psh) != -1);
|
return (LONG)(PropertySheet(&psh) != -1);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue