mirror of
https://github.com/reactos/reactos.git
synced 2025-05-24 03:24:45 +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();
|
||||
UiDrawStatusText("Detecting Hardware...");
|
||||
UiDrawProgressBarCenter(1, 100, "Loading Windows...");
|
||||
UiDrawProgressBarCenter(1, 100, "Loading NT...");
|
||||
|
||||
/* Read the system path is set in the .ini file */
|
||||
if (!HasSection || !IniReadSettingByName(SectionId, "SystemPath", FullPath, sizeof(FullPath)))
|
||||
|
|
Loading…
Reference in a new issue