mirror of
https://github.com/reactos/reactos.git
synced 2025-07-30 19:31:37 +00:00
commented out the progress page in setup because it doesn't currently do anything.
svn path=/trunk/; revision=11959
This commit is contained in:
parent
de8be4fff6
commit
1d2d1a4b45
1 changed files with 3 additions and 3 deletions
|
@ -16,7 +16,7 @@
|
|||
* along with this program; if not, write to the Free Software
|
||||
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
||||
*/
|
||||
/* $Id: wizard.c,v 1.17 2004/12/02 14:09:25 ekohl Exp $
|
||||
/* $Id: wizard.c,v 1.18 2004/12/06 09:13:28 rcampbell Exp $
|
||||
*
|
||||
* COPYRIGHT: See COPYING in the top level directory
|
||||
* PROJECT: ReactOS system libraries
|
||||
|
@ -1385,13 +1385,13 @@ InstallWizard(VOID)
|
|||
ahpsp[5] = CreatePropertySheetPage(&psp);
|
||||
|
||||
|
||||
/* Create the Process page */
|
||||
/* Create the Process page
|
||||
psp.dwFlags = PSP_DEFAULT | PSP_USEHEADERTITLE | PSP_USEHEADERSUBTITLE;
|
||||
psp.pszHeaderTitle = MAKEINTRESOURCE(IDS_PROCESSTITLE);
|
||||
psp.pszHeaderSubTitle = MAKEINTRESOURCE(IDS_PROCESSSUBTITLE);
|
||||
psp.pfnDlgProc = ProcessPageDlgProc;
|
||||
psp.pszTemplate = MAKEINTRESOURCE(IDD_PROCESSPAGE);
|
||||
ahpsp[6] = CreatePropertySheetPage(&psp);
|
||||
ahpsp[6] = CreatePropertySheetPage(&psp); */
|
||||
|
||||
|
||||
/* Create the Finish page */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue