mpxplugins/viewplugins/views/collectionviewhg/data/mpxcollectionviewhg.rss
branchRCL_3
changeset 12 171e07ac910f
parent 11 943ff5625028
child 13 c8156a91d13c
--- a/mpxplugins/viewplugins/views/collectionviewhg/data/mpxcollectionviewhg.rss	Fri Mar 12 15:42:25 2010 +0200
+++ b/mpxplugins/viewplugins/views/collectionviewhg/data/mpxcollectionviewhg.rss	Mon Mar 15 12:40:11 2010 +0200
@@ -1480,14 +1480,14 @@
 
     
 //------------------------------------------------------------------------------
-// r_mpx_progress_note
-// Generic Progress note.      
+// r_mpx_wait_note
+// Generic Wait note.      
 //------------------------------------------------------------------------------
 //
-RESOURCE DIALOG r_mpx_progress_note
+RESOURCE DIALOG r_mpx_wait_note
     {
-    flags = EAknProgressNoteFlags;
-    buttons = R_AVKON_SOFTKEYS_CANCEL;
+    flags = EAknWaitNoteFlags;
+    buttons = R_AVKON_SOFTKEYS_EMPTY;
     items =
         {
         DLG_LINE
@@ -1496,7 +1496,8 @@
             id = 0x1000;
             control = AVKON_NOTE
                 {
-                layout = EProgressLayout;
+                layout = EWaitLayout;
+                animation = R_QGN_GRAF_WAIT_BAR_ANIM;
                 };
             }
         };