diff options
author | H. Peter Anvin <hpa@linux.intel.com> | 2009-04-03 16:51:27 -0700 |
---|---|---|
committer | H. Peter Anvin <hpa@linux.intel.com> | 2009-04-03 16:51:27 -0700 |
commit | 74ccc02fadda3d31b6ecc2a6ff68df037f9a62cb (patch) | |
tree | d1feb6f58abb127ea7a8f88e6eaf4848500b3448 /com32/hdt/hdt-menu.c | |
parent | 69cbf4d6cc3469650e6d0d581220251ca45c36f4 (diff) | |
parent | f13aac7a7e24f3b48168afb14b2eb714db5ea5a9 (diff) | |
download | syslinux-3.74-pre16.tar.gz syslinux-3.74-pre16.tar.xz syslinux-3.74-pre16.zip |
Merge commit 'hdt/master'syslinux-3.74-pre16
Diffstat (limited to 'com32/hdt/hdt-menu.c')
-rw-r--r-- | com32/hdt/hdt-menu.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/com32/hdt/hdt-menu.c b/com32/hdt/hdt-menu.c index a865e672..b531bc78 100644 --- a/com32/hdt/hdt-menu.c +++ b/com32/hdt/hdt-menu.c @@ -275,6 +275,7 @@ void compute_main_menu(struct s_hdt_menu *hdt_menu, struct s_hardware *hardware) HDT_SWITCH_TO_CLI, 0); add_item("<A>bout", "About Menu", OPT_SUBMENU, NULL, hdt_menu->about_menu.menu); + add_item("E<x>it","Exit", OPT_EXITMENU,NULL,0); hdt_menu->main_menu.items_count++; hdt_menu->total_menu_count += hdt_menu->main_menu.items_count; |