Merge from HEAD: r14234 There's no need to call PropertySheet twice. Modified: branches/ros-branch-0_2_6/reactos/subsys/system/vmwinst/vmwinst.c _____
Modified: branches/ros-branch-0_2_6/reactos/subsys/system/vmwinst/vmwinst.c --- branches/ros-branch-0_2_6/reactos/subsys/system/vmwinst/vmwinst.c 2005-03-23 17:19:52 UTC (rev 14286) +++ branches/ros-branch-0_2_6/reactos/subsys/system/vmwinst/vmwinst.c 2005-03-23 17:20:48 UTC (rev 14287) @@ -1091,9 +1091,6 @@
psh.pszbmHeader = MAKEINTRESOURCE(IDB_HEADER);
/* Display the wizard */ - PropertySheet(&psh); - - return (LONG)(PropertySheet(&psh) != -1); }