mpxplugins/viewplugins/views/podcastview/data/mpxpodcastcollectionview.rss
branchRCL_3
changeset 14 c54d95799c80
parent 13 c8156a91d13c
child 21 cb96c29156b2
equal deleted inserted replaced
13:c8156a91d13c 14:c54d95799c80
   885     buf = qtn_nmp_del_batch_songs_wait_note;
   885     buf = qtn_nmp_del_batch_songs_wait_note;
   886     }
   886     }
   887 
   887 
   888     
   888     
   889 //------------------------------------------------------------------------------
   889 //------------------------------------------------------------------------------
   890 // r_mpx_progress_note
   890 // r_mpx_delete_wait_note
   891 // Generic Progress note.      
   891 // Generic Wait note.      
   892 //------------------------------------------------------------------------------
   892 //------------------------------------------------------------------------------
   893 //
   893 //
   894 RESOURCE DIALOG r_mpx_progress_note
   894 RESOURCE DIALOG r_mpx_delete_wait_note
   895     {
   895     {
   896     flags = EAknProgressNoteFlags;
   896     flags = EAknWaitNoteFlags;
   897     buttons = R_AVKON_SOFTKEYS_CANCEL;
   897     buttons = R_AVKON_SOFTKEYS_EMPTY;
   898     items =
   898     items =
   899         {
   899         {
   900         DLG_LINE
   900         DLG_LINE
   901             {
   901             {
   902             type = EAknCtNote;
   902             type = EAknCtNote;
   903             id = 0x1000;
   903             id = 0x1000;
   904             control = AVKON_NOTE
   904             control = AVKON_NOTE
   905                 {
   905                 {
   906                 layout = EProgressLayout;
   906                 layout = EWaitLayout;
       
   907                 animation = R_QGN_GRAF_WAIT_BAR_ANIM;
   907                 };
   908                 };
   908             }
   909             }
   909         };
   910         };
   910     }
   911     }
   911 
   912