mpxplugins/viewplugins/views/collectionviewhg/data/mpxcollectionviewhg.rss
branchRCL_3
changeset 40 cb96c29156b2
parent 28 56b11cf8addb
equal deleted inserted replaced
31:a12246c97fcc 40:cb96c29156b2
   240             },
   240             },
   241         MENU_ITEM
   241         MENU_ITEM
   242             {
   242             {
   243             command = EMPXCmdReorder;
   243             command = EMPXCmdReorder;
   244             txt = qtn_nmp_options_reorder_list;
   244             txt = qtn_nmp_options_reorder_list;
       
   245             flags = EEikMenuItemSpecific;
   245             },
   246             },
   246         MENU_ITEM
   247         MENU_ITEM
   247             {
   248             {
   248             command = EMPXCmdSend;
   249             command = EMPXCmdSend;
   249             txt = qtn_options_send_via;
   250             txt = qtn_options_send_via;
   628                 };
   629                 };
   629             }
   630             }
   630         };
   631         };
   631     }
   632     }
   632 
   633 
       
   634 // ---------------------------------------------------------------------------
       
   635 // r_mpx_cui_reorder_cancel_cba
       
   636 // ---------------------------------------------------------------------------
       
   637 // 
       
   638 RESOURCE CBA r_mpx_cui_reorder_cancel_cba
       
   639     {
       
   640     buttons = 
       
   641         {
       
   642         CBA_BUTTON
       
   643             {
       
   644             txt = text_softkey_empty;
       
   645             },
       
   646         CBA_BUTTON
       
   647             {
       
   648             id = EMPXCmdReorderCancel;
       
   649             txt = text_softkey_cancel;
       
   650             }
       
   651         };
       
   652     }
       
   653     
   633 #ifdef __ENABLE_MSK
   654 #ifdef __ENABLE_MSK
   634 // ---------------------------------------------------------------------------
   655 // ---------------------------------------------------------------------------
   635 // r_mpx_cui_reorder_drop_cancel_cba
   656 // r_mpx_cui_reorder_drop_cancel_cba
   636 // ---------------------------------------------------------------------------
   657 // ---------------------------------------------------------------------------
   637 // 
   658 // 
  1848 RESOURCE TBUF r_mpx_vmp_no_genres
  1869 RESOURCE TBUF r_mpx_vmp_no_genres
  1849     {
  1870     {
  1850     buf = qtn_vmp_no_genres;
  1871     buf = qtn_vmp_no_genres;
  1851     }
  1872     }
  1852 
  1873 
       
  1874 // ---------------------------------------------------------------------------
       
  1875 // r_mpx_qtn_mus_query_conf_delete_all
       
  1876 // Text for Unknown album deletion wait note.
       
  1877 // ---------------------------------------------------------------------------
       
  1878 //
       
  1879 RESOURCE TBUF r_mpx_qtn_mus_query_conf_delete_all_unknown
       
  1880     {
       
  1881     buf = qtn_mus_query_conf_delete_all_unknown;
       
  1882     }
       
  1883 
       
  1884 // ---------------------------------------------------------------------------
       
  1885 // r_mpx_qtn_nmp_query_conf_delete_group
       
  1886 // Text for Unknown album deletion confirmation query.
       
  1887 // ---------------------------------------------------------------------------
       
  1888 //
       
  1889 RESOURCE TBUF r_mpx_qtn_nmp_query_conf_delete_group_unknown
       
  1890     {
       
  1891     buf = qtn_nmp_query_conf_delete_group_unknown;
       
  1892     }
       
  1893 
  1853 // End of File
  1894 // End of File