From 9475cf4cbca5ceefd2831b94392eaf0c5d261011 Mon Sep 17 00:00:00 2001 From: Stefan Ginsberg Date: Sun, 8 Nov 2009 11:52:23 +0000 Subject: [PATCH] - Make WinLdr's loading screen display the boot method (NT) instead of operating system name (Windows). svn path=/trunk/; revision=44027 --- reactos/boot/freeldr/freeldr/windows/winldr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reactos/boot/freeldr/freeldr/windows/winldr.c b/reactos/boot/freeldr/freeldr/windows/winldr.c index c1c5b15a68d..c464a192a29 100644 --- a/reactos/boot/freeldr/freeldr/windows/winldr.c +++ b/reactos/boot/freeldr/freeldr/windows/winldr.c @@ -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)))