commit | 5899ac9ca0eb871887e01644ba5b0d004597a98c | [log] [tgz] |
---|---|---|
author | Koushik K. Dutta <koushd@gmail.com> | Fri Mar 19 13:34:36 2010 -0700 |
committer | Koushik K. Dutta <koushd@gmail.com> | Fri Mar 19 13:34:36 2010 -0700 |
tree | caec6f1fe4845aa0b060a9996b03f2e98806420f | |
parent | d3243fe047267c1852f9724ca7064fb493fbf6a0 [diff] [blame] |
the beginnings of adding a format option,
diff --git a/recovery_ui.h b/recovery_ui.h index bb22445..55fe40f 100644 --- a/recovery_ui.h +++ b/recovery_ui.h
@@ -68,9 +68,8 @@ #define ITEM_WIPE_DATA 2 #define ITEM_WIPE_CACHE 3 #define ITEM_INSTALL_ZIP 4 -#define ITEM_BACKUP 5 -#define ITEM_RESTORE 6 -#define ITEM_MOUNT 7 +#define ITEM_NANDROID 5 +#define ITEM_PARTITION 6 // Header text to display above the main menu. extern char* MENU_HEADERS[];