From 03db326c64b246974d9cfaba02406d7bd77d8c37 Mon Sep 17 00:00:00 2001 From: Ethan Yonker Date: Wed, 5 Feb 2014 08:02:06 -0600 Subject: Expansion of vibrate options Improve location / timing of vibration Split out vibrate settings for buttons, keyboard, and long actions Change-Id: I282825cc5f3e44ed6dcabe65dc1f4cb21b407b67 --- gui/button.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gui/button.cpp') 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) -- cgit v1.2.3