mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 04:13:34 +00:00
- 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:
@@ -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)
|
||||
{
|
||||
|
||||
@@ -680,7 +680,7 @@ MUI_PAGE deDEPages[] =
|
||||
deDEWelcomePageEntries
|
||||
},
|
||||
{
|
||||
INTRO_PAGE,
|
||||
INSTALL_INTRO_PAGE,
|
||||
deDEIntroPageEntries
|
||||
},
|
||||
{
|
||||
|
||||
@@ -707,7 +707,7 @@ MUI_PAGE enUSPages[] =
|
||||
enUSWelcomePageEntries
|
||||
},
|
||||
{
|
||||
INTRO_PAGE,
|
||||
INSTALL_INTRO_PAGE,
|
||||
enUSIntroPageEntries
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user