Author: hbelusca Date: Sun Dec 16 22:00:41 2012 New Revision: 57934
URL: http://svn.reactos.org/svn/reactos?rev=57934&view=rev Log: [FREELDR] Get rid of the default status bar text, which reappears at OS loading time if one boots with bootloader's text UI.
Modified: trunk/reactos/boot/freeldr/freeldr/ui/tui.c
Modified: trunk/reactos/boot/freeldr/freeldr/ui/tui.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/boot/freeldr/freeldr/ui/tui... ============================================================================== --- trunk/reactos/boot/freeldr/freeldr/ui/tui.c [iso-8859-1] (original) +++ trunk/reactos/boot/freeldr/freeldr/ui/tui.c [iso-8859-1] Sun Dec 16 22:00:41 2012 @@ -132,11 +132,6 @@ 2, UiTitleBoxTitleText, ATTR(UiTitleBoxFgColor, UiTitleBoxBgColor)); - - // - // Draw status bar - // - TuiDrawStatusText("Welcome to FreeLoader!");
// // Update the date & time