calendarui/editors/data/CalenDefaultEditorsData.rss
branchRCL_3
changeset 12 38571fd2a704
parent 5 42814f902fe6
child 19 1984aceb8774
equal deleted inserted replaced
5:42814f902fe6 12:38571fd2a704
  1455             {
  1455             {
  1456             txt = qtn_cale_item_meeting;
  1456             txt = qtn_cale_item_meeting;
  1457             },
  1457             },
  1458         LBUF
  1458         LBUF
  1459             {
  1459             {
  1460             txt = qtn_cale_item_birthday;
  1460             txt = qtn_cale_note_anniversary;
  1461             },
  1461             },
  1462         LBUF
  1462         LBUF
  1463             {
  1463             {
  1464             txt = qtn_cale_item_todo;
  1464             txt = qtn_cale_item_todo;
  1465             }
  1465             }
  1654             txt = qtn_cale_opt_remove_attachment;
  1654             txt = qtn_cale_opt_remove_attachment;
  1655             }
  1655             }
  1656         };
  1656         };
  1657     }
  1657     }
  1658 
  1658 
       
  1659 // ---------------------------------------------------------
       
  1660 // Description list query
       
  1661 // List query for the description types
       
  1662 // ---------------------------------------------------------
       
  1663 RESOURCE AVKON_MULTISELECTION_LIST_QUERY r_description_list_query
       
  1664     {
       
  1665     flags = EGeneralQueryFlags;
       
  1666     softkeys = R_AVKON_SOFTKEYS_SELECT_CANCEL__SELECT;
       
  1667     items =
       
  1668         {
       
  1669         AVKON_MULTISELECTION_LIST_QUERY_DLG_LINE
       
  1670             {
       
  1671             control = AVKON_LIST_QUERY_CONTROL
       
  1672                 {
       
  1673                 listtype = EAknCtSinglePopupMenuListBox;
       
  1674                 listbox = AVKON_LIST_QUERY_LIST
       
  1675                     {
       
  1676                     array_id = r_description_list_query_array;
       
  1677                     };
       
  1678                 heading = text_softkey_select;
       
  1679                 };
       
  1680             }
       
  1681         };
       
  1682     }
       
  1683 
       
  1684 // ---------------------------------------------------------
       
  1685 // Description list query array
       
  1686 // List of the description types
       
  1687 // ---------------------------------------------------------
       
  1688 RESOURCE ARRAY r_description_list_query_array
       
  1689     {
       
  1690     items=
       
  1691         {
       
  1692         LBUF { txt = qtn_cale_om_descript_new; },
       
  1693         LBUF { txt = qtn_cale_om_descript_exist; }
       
  1694         };
       
  1695     }
       
  1696 
  1659 // End of File
  1697 // End of File