userdict/src/UdictView.cpp
branchRCL_3
changeset 19 157cea82aaf9
parent 17 261ff9819be3
child 21 0909ea406f50
equal deleted inserted replaced
17:261ff9819be3 19:157cea82aaf9
   115 // -----------------------------------------------------------------------------
   115 // -----------------------------------------------------------------------------
   116 //
   116 //
   117 void CUserDictView::ShowInformationNoteL(TInt aResourceId) const
   117 void CUserDictView::ShowInformationNoteL(TInt aResourceId) const
   118     {
   118     {
   119     TBuf<KMessageBuffSize> message;
   119     TBuf<KMessageBuffSize> message;
   120     iCoeEnv->ReadResource(message, aResourceId);
   120     iCoeEnv->ReadResourceL(message, aResourceId);
   121     CAknInformationNote* note = new(ELeave) CAknInformationNote();
   121     CAknInformationNote* note = new(ELeave) CAknInformationNote();
   122     note->ExecuteLD(message);
   122     note->ExecuteLD(message);
   123     }
   123     }
   124 
   124 
   125 // -----------------------------------------------------------------------------
   125 // -----------------------------------------------------------------------------