There's no need to call PropertySheet twice.

svn path=/trunk/; revision=14234
This commit is contained in:
Filip Navara 2005-03-20 20:28:19 +00:00
parent b407470ef1
commit a0da8855ea

View file

@ -1091,9 +1091,6 @@ CreateWizard(VOID)
psh.pszbmHeader = MAKEINTRESOURCE(IDB_HEADER);
/* Display the wizard */
PropertySheet(&psh);
return (LONG)(PropertySheet(&psh) != -1);
}