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