diff -r e64954c2c8e2 -r e8f259fad141 emailuis/emailui/src/OverlayControl.cpp --- a/emailuis/emailui/src/OverlayControl.cpp Tue Apr 27 16:20:14 2010 +0300 +++ b/emailuis/emailui/src/OverlayControl.cpp Tue May 11 15:57:15 2010 +0300 @@ -73,7 +73,7 @@ if ( aPointerEvent.iType == TPointerEvent::EButton1Down ) { // Give feedback to user (vibration) - iTouchFeedBack->InstantFeedback( this, ETouchFeedbackBasic ); + iTouchFeedBack->InstantFeedback( this, ETouchFeedbackBasicButton ); SetPointerCapture( ETrue ); } CCoeControl::HandlePointerEventL( aPointerEvent );