diff -r 45ab7373901d -r bb90e4148332 voicerecorder/AppSrc/CVRAppUI.cpp --- a/voicerecorder/AppSrc/CVRAppUI.cpp Wed Mar 31 21:35:17 2010 +0300 +++ b/voicerecorder/AppSrc/CVRAppUI.cpp Wed Apr 14 16:00:13 2010 +0300 @@ -466,6 +466,19 @@ return ConeUtils::FileExists( aDocumentName ); } +// --------------------------------------------------------------------------- +// CVRAppUi::HandleApplicationSpecificEventL +// +// --------------------------------------------------------------------------- +// +void CVRAppUi::HandleApplicationSpecificEventL(TInt aType,const TWsEvent& aEvent) + { + if( aType == EAknSoftkeyExit ) + { + Exit(); + } + CEikAppUi::HandleApplicationSpecificEventL(aType, aEvent); + } // --------------------------------------------------------------------------- // CVRAppUi::SetEmbeddedObserver