- fix a bug showing the same dialog twice in rev 31173

See issue #2888 for more details.

svn path=/trunk/; revision=31205
This commit is contained in:
Johannes Anderwald 2007-12-13 23:11:24 +00:00
parent 0611e28734
commit 2125ffa5a5
3 changed files with 4 additions and 4 deletions

View file

@ -729,7 +729,7 @@ SetupStartPage(PINPUT_RECORD Ir)
static PAGE_NUMBER
IntroPage(PINPUT_RECORD Ir)
{
MUIDisplayPage(INTRO_PAGE);
MUIDisplayPage(START_PAGE);
if (IsUnattendedSetup)
{
@ -833,7 +833,7 @@ RepairIntroPage(PINPUT_RECORD Ir)
static PAGE_NUMBER
InstallIntroPage(PINPUT_RECORD Ir)
{
MUIDisplayPage(INTRO_PAGE);
MUIDisplayPage(INSTALL_INTRO_PAGE);
if (RepairUpdateFlag)
{

View file

@ -680,7 +680,7 @@ MUI_PAGE deDEPages[] =
deDEWelcomePageEntries
},
{
INTRO_PAGE,
INSTALL_INTRO_PAGE,
deDEIntroPageEntries
},
{

View file

@ -707,7 +707,7 @@ MUI_PAGE enUSPages[] =
enUSWelcomePageEntries
},
{
INTRO_PAGE,
INSTALL_INTRO_PAGE,
enUSIntroPageEntries
},
{