author | Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com> |
Wed, 13 Oct 2010 14:17:15 +0300 | |
branch | RCL_3 |
changeset 21 | 0909ea406f50 |
parent 19 | 157cea82aaf9 |
--- 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<KMessageBuffSize> message; - iCoeEnv->ReadResourceL(message, aResourceId); + iCoeEnv->ReadResource(message, aResourceId); CAknInformationNote* note = new(ELeave) CAknInformationNote(); note->ExecuteLD(message); }