diff options
author | Dees_Troy <dees_troy@teamw.in> | 2012-09-27 21:44:01 +0200 |
---|---|---|
committer | Dees_Troy <dees_troy@teamw.in> | 2012-09-27 21:44:01 +0200 |
commit | 3477d7163e781bc88836fe5c36160d8eb60ea4ac (patch) | |
tree | d11921fd6388cb4843f003407a2d2f0488185aac /gui | |
parent | Create symlinks at compile time for busybox (diff) | |
download | android_bootable_recovery-3477d7163e781bc88836fe5c36160d8eb60ea4ac.tar android_bootable_recovery-3477d7163e781bc88836fe5c36160d8eb60ea4ac.tar.gz android_bootable_recovery-3477d7163e781bc88836fe5c36160d8eb60ea4ac.tar.bz2 android_bootable_recovery-3477d7163e781bc88836fe5c36160d8eb60ea4ac.tar.lz android_bootable_recovery-3477d7163e781bc88836fe5c36160d8eb60ea4ac.tar.xz android_bootable_recovery-3477d7163e781bc88836fe5c36160d8eb60ea4ac.tar.zst android_bootable_recovery-3477d7163e781bc88836fe5c36160d8eb60ea4ac.zip |
Diffstat (limited to '')
-rw-r--r-- | gui/action.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gui/action.cpp b/gui/action.cpp index afa52d1f8..771c5e74e 100644 --- a/gui/action.cpp +++ b/gui/action.cpp @@ -981,6 +981,7 @@ int GUIAction::doAction(Action action, int isThreaded /* = 0 */) DataManager::SetValue(TW_IS_ENCRYPTED, 0); DataManager::ReadSettingsFile(); + TWFunc::Output_Version(); if (OpenRecoveryScript::check_for_script_file()) { ui_print("Processing OpenRecoveryScript file...\n"); if (OpenRecoveryScript::run_script_file() == 0) { |