phoneuis/easydialing/data/easydialingpluginresources.rss
branchRCL_3
changeset 81 c26cc2a7c548
parent 62 5266b1f337bd
equal deleted inserted replaced
73:e30d4a1b8bad 81:c26cc2a7c548
   112                 command = EEasyDialingOpenContact;
   112                 command = EEasyDialingOpenContact;
   113                 txt = qtn_options_open;
   113                 txt = qtn_options_open;
   114                 },
   114                 },
   115         MENU_ITEM
   115         MENU_ITEM
   116                 {
   116                 {
   117                 command = EEasyDialingVoiceCall; 
   117                 command = EEasyDialingVoiceCall;
   118                 txt =   qtn_call_sub_voice;
   118                 cascade = r_easydialing_options_call_menu;
   119                 },
   119                 txt = text_number_call;
   120         MENU_ITEM
       
   121                 {
       
   122                 command = EEasyDialingVideoCall; 
       
   123                 txt =  qtn_call_sub_video;
       
   124                 },
   120                 },
   125         MENU_ITEM
   121         MENU_ITEM
   126                 {
   122                 {
   127                 command = EEasyDialingSendMessage;
   123                 command = EEasyDialingSendMessage;
   128                 txt = qtn_nren_send_message;
   124                 txt = qtn_nren_send_message;
   143                 txt = qtn_options_exit;
   139                 txt = qtn_options_exit;
   144                 }
   140                 }
   145         };
   141         };
   146     }
   142     }
   147 
   143 
       
   144 
       
   145 // ---------------------------------------------------------
       
   146 //   
       
   147 //    r_easydialing_options_call_menu
       
   148 //    Number Acquisition view options call menu pane.
       
   149 //
       
   150 // ---------------------------------------------------------
       
   151 //
       
   152 RESOURCE MENU_PANE r_easydialing_options_call_menu
       
   153     {
       
   154     items=
       
   155         {
       
   156         MENU_ITEM
       
   157             {
       
   158             command = EEasyDialingVoiceCall; 
       
   159             txt =   qtn_call_sub_voice;
       
   160             },
       
   161         MENU_ITEM
       
   162             {
       
   163             command = EEasyDialingVideoCall; 
       
   164             txt =  qtn_call_sub_video;
       
   165             }
       
   166         };
       
   167     }
   148 
   168 
   149 //----------------------------------------------------------------------------
   169 //----------------------------------------------------------------------------
   150 // r_easydialing_options_on_off_menu_item
   170 // r_easydialing_options_on_off_menu_item
   151 //
   171 //
   152 // Menu item for setting Easy dialing on/off.
   172 // Menu item for setting Easy dialing on/off.