There's no need to call PropertySheet twice.
Modified: trunk/reactos/subsys/system/vmwinst/vmwinst.c
_____
Modified: trunk/reactos/subsys/system/vmwinst/vmwinst.c
--- trunk/reactos/subsys/system/vmwinst/vmwinst.c 2005-03-20
20:27:56 UTC (rev 14233)
+++ trunk/reactos/subsys/system/vmwinst/vmwinst.c 2005-03-20
20:28:19 UTC (rev 14234)
@@ -1091,9 +1091,6 @@
psh.pszbmHeader = MAKEINTRESOURCE(IDB_HEADER);
/* Display the wizard */
- PropertySheet(&psh);
-
-
return (LONG)(PropertySheet(&psh) != -1);
}