diff -r 157cea82aaf9 -r 0909ea406f50 userdict/src/UdictView.cpp --- a/userdict/src/UdictView.cpp Wed Sep 15 11:58:41 2010 +0300 +++ b/userdict/src/UdictView.cpp Wed Oct 13 14:17:15 2010 +0300 @@ -117,7 +117,7 @@ void CUserDictView::ShowInformationNoteL(TInt aResourceId) const { TBuf message; - iCoeEnv->ReadResourceL(message, aResourceId); + iCoeEnv->ReadResource(message, aResourceId); CAknInformationNote* note = new(ELeave) CAknInformationNote(); note->ExecuteLD(message); }