mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 13:56:05 +00:00
- Make WinLdr's loading screen display the boot method (NT) instead of operating system name (Windows).
svn path=/trunk/; revision=44027
This commit is contained in:
parent
335f8ac467
commit
9475cf4cbc
1 changed files with 1 additions and 1 deletions
|
@ -432,7 +432,7 @@ LoadAndBootWindows(PCSTR OperatingSystemName,
|
||||||
|
|
||||||
UiDrawBackdrop();
|
UiDrawBackdrop();
|
||||||
UiDrawStatusText("Detecting Hardware...");
|
UiDrawStatusText("Detecting Hardware...");
|
||||||
UiDrawProgressBarCenter(1, 100, "Loading Windows...");
|
UiDrawProgressBarCenter(1, 100, "Loading NT...");
|
||||||
|
|
||||||
/* Read the system path is set in the .ini file */
|
/* Read the system path is set in the .ini file */
|
||||||
if (!HasSection || !IniReadSettingByName(SectionId, "SystemPath", FullPath, sizeof(FullPath)))
|
if (!HasSection || !IniReadSettingByName(SectionId, "SystemPath", FullPath, sizeof(FullPath)))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue