[FREELDR]
authorHermès Bélusca-Maïto <hermes.belusca-maito@reactos.org>
Mon, 24 Dec 2012 23:03:11 +0000 (23:03 +0000)
committerHermès Bélusca-Maïto <hermes.belusca-maito@reactos.org>
Mon, 24 Dec 2012 23:03:11 +0000 (23:03 +0000)
commitf8917522e4e42566353b9703ceec548bd5fb6ef3
tree4c6cbabd178dd9bf6a6b48047086d42c48fc84fd
parentdcf5487663ef110baad6ee0ea024acd546f689d1
[FREELDR]
- Menu titles --> Menu headers (see r57842).
- In the same way we introduced menu headers, introduce menu footers, therefore we add the possibility, in mini-tui,
  of showing or hiding the "For troubleshooting and advanced startup options for ReactOS, press F8." message, only
  useful for the main menu (the one which shows the list of available OSes installed on the system).

svn path=/trunk/; revision=58001
12 files changed:
reactos/boot/freeldr/freeldr/arch/i386/custom.c
reactos/boot/freeldr/freeldr/bootmgr.c
reactos/boot/freeldr/freeldr/include/ui.h
reactos/boot/freeldr/freeldr/include/ui/gui.h
reactos/boot/freeldr/freeldr/include/ui/noui.h
reactos/boot/freeldr/freeldr/include/ui/tui.h
reactos/boot/freeldr/freeldr/options.c
reactos/boot/freeldr/freeldr/ui/directui.c
reactos/boot/freeldr/freeldr/ui/minitui.c
reactos/boot/freeldr/freeldr/ui/noui.c
reactos/boot/freeldr/freeldr/ui/tuimenu.c
reactos/boot/freeldr/freeldr/ui/ui.c