notepad/notepad1/LibData/NpdLib.rss
branchRCL_3
changeset 12 38571fd2a704
parent 0 f979ecb2b13e
child 21 9711e452b5e9
equal deleted inserted replaced
5:42814f902fe6 12:38571fd2a704
  1522 //
  1522 //
  1523 RESOURCE TBUF r_notepad_empty_list_secondary_text
  1523 RESOURCE TBUF r_notepad_empty_list_secondary_text
  1524     {
  1524     {
  1525     buf = qtn_nmake_no_memos_secondary_text;    
  1525     buf = qtn_nmake_no_memos_secondary_text;    
  1526     }
  1526     }
       
  1527 // -----------------------------------------------------------------------------
       
  1528 //
       
  1529 // r_send_notepad_note
       
  1530 // the resource process dialog when send notes via message and bluetooth
       
  1531 //
       
  1532 // -----------------------------------------------------------------------------
       
  1533 //
  1527 RESOURCE DIALOG r_send_notepad_note
  1534 RESOURCE DIALOG r_send_notepad_note
  1528     {
  1535     {
  1529     flags = EAknWaitNoteFlags | EEikDialogFlagModeless;
  1536     flags = EAknWaitNoteFlags;
  1530 //    buttons=R_AVKON_SOFTKEYS_EMPTY;
  1537     buttons=R_AVKON_SOFTKEYS_CANCEL;
  1531 	buttons=R_AVKON_SOFTKEYS_CANCEL;
       
  1532     items=
  1538     items=
  1533         {
  1539         {
  1534         DLG_LINE
  1540         DLG_LINE
  1535             {
  1541             {
  1536             type = EAknCtNote;
  1542             type = EAknCtNote;
  1537             
  1543             id = ESendNotepadAttach;
  1538 	//id = EGeneralNote;
       
  1539 	  id      = ESendNotepadAttach;
       
  1540             control= AVKON_NOTE
  1544             control= AVKON_NOTE
  1541                 {
  1545                 {
  1542                 layout = EWaitLayout;
  1546                 layout = EWaitLayout;
  1543                	singular_label = qtn_gen_note_processing; 
  1547                	singular_label = qtn_gen_note_processing; 
  1544                 animation =R_QGN_GRAF_WAIT_BAR_ANIM;
  1548                 animation =R_QGN_GRAF_WAIT_BAR_ANIM;