| 122 | } |
| 123 | |
| 124 | void NewVersionMenu::execute() { |
| 125 | HUDuiControl* _focus = getNav().get(); |
| 126 | if (!_focus) { |
| 127 | return; |
| 128 | #ifdef AUTOUPGRADE |
| 129 | } |
| 130 | else if (_focus == yes) { |
| 131 | addHandle(); |
| 132 | #endif |
| 133 | } |
| 134 | else if (_focus == no) { |
| 135 | HUDDialogStack::get()->pop(); |
| 136 | } |
| 137 | } |
| 138 | |
| 139 | void NewVersionMenu::collectData(char* ptr, int len) { |
| 140 | char buffer[128]; |