diff -r 261ff9819be3 -r 157cea82aaf9 userdict/src/UdictView.cpp --- a/userdict/src/UdictView.cpp Wed Sep 01 12:31:56 2010 +0100 +++ b/userdict/src/UdictView.cpp Wed Sep 15 11:58:41 2010 +0300 @@ -117,7 +117,7 @@ void CUserDictView::ShowInformationNoteL(TInt aResourceId) const { TBuf message; - iCoeEnv->ReadResource(message, aResourceId); + iCoeEnv->ReadResourceL(message, aResourceId); CAknInformationNote* note = new(ELeave) CAknInformationNote(); note->ExecuteLD(message); }