commit | bcdd00359cf84e47aeae24949b465ceaf380c9ff | [log] [tgz] |
---|---|---|
author | Koushik K. Dutta <koushd@gmail.com> | Sun Feb 21 21:10:25 2010 -0800 |
committer | Koushik K. Dutta <koushd@gmail.com> | Sun Feb 21 21:10:25 2010 -0800 |
tree | 13b225216e630baf14bb7ae7a8ea2324fb97c56a | |
parent | 466e67a582bfe9bd8b025ba7e215ae44879a5ca7 [diff] [blame] |
Functional Nandroid
diff --git a/recovery_ui.h b/recovery_ui.h index 4d3d3e2..2964dfc 100644 --- a/recovery_ui.h +++ b/recovery_ui.h
@@ -68,8 +68,8 @@ #define ITEM_WIPE_DATA 2 #define ITEM_WIPE_CACHE 3 #define ITEM_INSTALL_ZIP 4 -#define ITEM_SIG_CHECK 5 -#define ITEM_ASSERTS 6 +#define ITEM_BACKUP 5 +#define ITEM_RESTORE 6 // Header text to display above the main menu. extern char* MENU_HEADERS[];