diff options
author | Ethan Yonker <dees_troy@teamw.in> | 2014-02-07 19:39:13 +0100 |
---|---|---|
committer | Gerrit Code Review <gerrit2@gerrit> | 2014-02-07 19:39:13 +0100 |
commit | 75de542490f6a78f346c75fdea0bfc7975e6b4d2 (patch) | |
tree | 13308f75330d0f61b3daa9f16e43425c59bef9f3 /gui/button.cpp | |
parent | Merge "Add haptic feedback" into android-4.4 (diff) | |
parent | Expansion of vibrate options (diff) | |
download | android_bootable_recovery-75de542490f6a78f346c75fdea0bfc7975e6b4d2.tar android_bootable_recovery-75de542490f6a78f346c75fdea0bfc7975e6b4d2.tar.gz android_bootable_recovery-75de542490f6a78f346c75fdea0bfc7975e6b4d2.tar.bz2 android_bootable_recovery-75de542490f6a78f346c75fdea0bfc7975e6b4d2.tar.lz android_bootable_recovery-75de542490f6a78f346c75fdea0bfc7975e6b4d2.tar.xz android_bootable_recovery-75de542490f6a78f346c75fdea0bfc7975e6b4d2.tar.zst android_bootable_recovery-75de542490f6a78f346c75fdea0bfc7975e6b4d2.zip |
Diffstat (limited to '')
-rw-r--r-- | gui/button.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gui/button.cpp b/gui/button.cpp index ca386beed..b14e6754c 100644 --- a/gui/button.cpp +++ b/gui/button.cpp @@ -281,7 +281,7 @@ int GUIButton::NotifyTouch(TOUCH_STATE state, int x, int y) } else { if (last_state == 0) { last_state = 1; - DataManager::Vibrate("tw_vibrate"); + DataManager::Vibrate("tw_button_vibrate"); if (mButtonLabel != NULL) mButtonLabel->isHighlighted = true; if (mButtonImg != NULL) |