cmmanager/cmmgr/Framework/Src/cmwizard.cpp
branchRCL_3
changeset 17 c14618f9de99
parent 12 ea6e024ea6f9
equal deleted inserted replaced
15:4dc3bb0099b0 17:c14618f9de99
   231                     }
   231                     }
   232                 CleanupStack::PopAndDestroy( &additionalCms );
   232                 CleanupStack::PopAndDestroy( &additionalCms );
   233 
   233 
   234                 HBufC* destName = targetDest->NameLC();
   234                 HBufC* destName = targetDest->NameLC();
   235     
   235     
   236                 TCmCommonUi::ShowNoteL( R_CMWIZARD_NEW_METHOD_ADDED,
       
   237                                         *destName,
       
   238                                         TCmCommonUi::ECmOkNote );
       
   239     
       
   240                 CleanupStack::PopAndDestroy( destName );
   236                 CleanupStack::PopAndDestroy( destName );
   241     
   237     
   242                 // Here's a tricky one: if 'aTargetDestination' was NULL, then
   238                 // Here's a tricky one: if 'aTargetDestination' was NULL, then
   243                 // I had to create 'targetDest' myself (with
   239                 // I had to create 'targetDest' myself (with
   244                 // iCmManager.DestinationL), consequently I have to
   240                 // iCmManager.DestinationL), consequently I have to