diff -r 968773a0b6ef -r c8382f7b54ef emailuis/emailui/src/OverlayControl.cpp --- a/emailuis/emailui/src/OverlayControl.cpp Tue Sep 14 20:48:24 2010 +0300 +++ b/emailuis/emailui/src/OverlayControl.cpp Wed Sep 15 11:52:37 2010 +0300 @@ -73,7 +73,7 @@ if ( aPointerEvent.iType == TPointerEvent::EButton1Down ) { // Give feedback to user (vibration) - iTouchFeedBack->InstantFeedback( this, ETouchFeedbackBasicButton ); + iTouchFeedBack->InstantFeedback( this, ETouchFeedbackBasic ); SetPointerCapture( ETrue ); } CCoeControl::HandlePointerEventL( aPointerEvent );