- 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:
Stefan Ginsberg 2009-11-08 11:52:23 +00:00
parent 335f8ac467
commit 9475cf4cbc

View file

@ -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)))