Skip to content

Commit

Permalink
[x10] added reboot options
Browse files Browse the repository at this point in the history
  • Loading branch information
DooMLoRD committed Nov 10, 2011
1 parent 509671a commit be59fa8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions device/semc/es209ra/recovery/recovery_ui.c
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@
#include "extendedcommands.h"

//char* MENU_HEADERS[] = { NULL };
char* MENU_HEADERS[] = { "Xperia X10 [v02]",
char* MENU_HEADERS[] = { "Xperia X10 [v03]",
"",
NULL };

char* MENU_ITEMS[] = { "reboot system now",
char* MENU_ITEMS[] = { "reboot options",
"install zip from sdcard",
"apply /sdcard/update.zip",
"factory reset",
Expand Down

0 comments on commit be59fa8

Please sign in to comment.