idlehomescreen/xmluirendering/uiengine/src/xnuiengine.rss
branchRCL_3
changeset 18 d05a55b217df
parent 17 b8fae6b8a148
equal deleted inserted replaced
17:b8fae6b8a148 18:d05a55b217df
   183 RESOURCE TBUF r_qtn_hs_operation_failed_no_disk 
   183 RESOURCE TBUF r_qtn_hs_operation_failed_no_disk 
   184     { 
   184     { 
   185     buf = qtn_hs_operation_failed_no_disk; 
   185     buf = qtn_hs_operation_failed_no_disk; 
   186     }
   186     }
   187 
   187 
       
   188 RESOURCE DIALOG r_backup_restore_wait_dialog
       
   189     {
       
   190     flags = EAknWaitNoteFlags;
       
   191     buttons = R_AVKON_SOFTKEYS_EMPTY;
       
   192     items =
       
   193         {
       
   194         DLG_LINE
       
   195             {
       
   196             type = EAknCtNote;
       
   197             id = EGeneralNote;
       
   198             control= AVKON_NOTE
       
   199                 {
       
   200                 layout = EWaitLayout;
       
   201                 singular_label = qtn_hs_backup_use_prevented;
       
   202                 animation = R_QGN_GRAF_WAIT_BAR_ANIM;
       
   203                 };
       
   204             }
       
   205         };
       
   206     }
       
   207 
   188 // End of file
   208 // End of file