Changeset d98e625fcbafcfffdcef3932cf6d267a8b698789 for com32/hdt/hdt-menu.c
- Timestamp:
- 11/01/09 23:55:11 (3 years ago)
- Children:
- ad501c9ca99dad2f52af62399c3ff7da9bfe09b5
- Parents:
- 821b545a82891ee64e407c981f6562089e9c524e
- git-committer:
- Pierre-Alexandre Meyer <pierre@mouraf.org> / 2009-11-01T15:55:11Z-0800
- Files:
-
- 1 modified
-
com32/hdt/hdt-menu.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
com32/hdt/hdt-menu.c
r111fe2 rd98e62 293 293 add_item("<A>bout", "About Menu", OPT_SUBMENU, NULL, 294 294 hdt_menu->about_menu.menu); 295 add_item("<R>eboot", "Reboot", OPT_RUN, hardware->reboot_label, 0); 295 296 add_item("E<x>it","Exit", OPT_EXITMENU,NULL,0); 296 297 hdt_menu->main_menu.items_count++;
