summaryrefslogtreecommitdiff
path: root/com32/hdt/hdt-menu.c
diff options
context:
space:
mode:
authorErwan Velu <erwan.velu@free.fr>2009-04-23 22:10:08 +0200
committerErwan Velu <erwan.velu@free.fr>2009-04-23 22:10:08 +0200
commitecc21733bb9be5b9b8185389ab7cffe9d6f2e1ff (patch)
treef952465c8cbd5e9b49e77645b29abe59c6fe8241 /com32/hdt/hdt-menu.c
parent3058efaac90bbc57c1e332a80d76094382cec138 (diff)
downloadsyslinux-ecc21733bb9be5b9b8185389ab7cffe9d6f2e1ff.tar.gz
hdt: Adding hotkey for VPD
Impact: VPD menu is now reachable via its "V" hotkey Prior to that commit, VPD menu wasn't selectable using a direct keyboard key.
Diffstat (limited to 'com32/hdt/hdt-menu.c')
-rw-r--r--com32/hdt/hdt-menu.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/com32/hdt/hdt-menu.c b/com32/hdt/hdt-menu.c
index 18158ae3..f2bafa4c 100644
--- a/com32/hdt/hdt-menu.c
+++ b/com32/hdt/hdt-menu.c
@@ -244,7 +244,7 @@ void compute_main_menu(struct s_hdt_menu *hdt_menu, struct s_hardware *hardware)
}
if (hardware->is_vpd_valid == true) {
- add_item("VPD","VPD Information Menu", OPT_SUBMENU, NULL,
+ add_item("<V>PD","VPD Information Menu", OPT_SUBMENU, NULL,
hdt_menu->vpd_menu.menu);
hdt_menu->main_menu.items_count++;
}