cmmanager/cmmgr/Plugins/cmpluginvpn/data/cmpluginvpnui.rss
changeset 4 77415202bfc8
parent 0 5a93021fdf25
equal deleted inserted replaced
3:f7816ffc66ed 4:77415202bfc8
   222 
   222 
   223 // --------------------------------------------------------------------------
   223 // --------------------------------------------------------------------------
   224 // r_vpn_real_cm_selection_list
   224 // r_vpn_real_cm_selection_list
   225 // real connection selection dialog with destination support
   225 // real connection selection dialog with destination support
   226 // --------------------------------------------------------------------------
   226 // --------------------------------------------------------------------------
   227 RESOURCE DIALOG r_vpn_real_cm_selection_list
   227 RESOURCE AVKON_LIST_QUERY r_vpn_real_cm_selection_list
   228     {
   228     {
   229     flags = EGeneralQueryFlags;
   229     flags = EGeneralQueryFlags;
   230     buttons = r_softkeys_options_cancel__select;
   230     softkeys = r_softkeys_options_cancel__select;
   231     items =
   231     items =
   232         {
   232         {
   233         AVKON_LIST_QUERY_DLG_LINE
   233         AVKON_LIST_QUERY_DLG_LINE
   234             {
   234             {
   235             control = AVKON_LIST_QUERY_CONTROL
   235             control = AVKON_LIST_QUERY_CONTROL
   236                 {
   236                 {
   237                 listtype = EAknCtDoubleLargeGraphicPopupMenuListBox;
   237                 listtype = EAknCtDoubleLargeGraphicPopupMenuListBox;
   238                 listbox = AVKON_LIST_QUERY_LIST
   238                 listbox = AVKON_LIST_QUERY_LIST
   239                     {
   239                     {
       
   240                     flags = EAknListBoxSelectionList;
   240                     };
   241                     };
   241                 heading = qtn_netw_conset_prmpt_vpn_real_connection;
   242                 heading = qtn_netw_conset_prmpt_vpn_real_connection;
   242                 };
   243                 };
   243             }
   244             }
   244         };    
   245         };    
   297 		{
   298 		{
   298 		MENU_ITEM
   299 		MENU_ITEM
   299 		    {
   300 		    {
   300 		    command = ECmManagerUiCmdDestSelect; 
   301 		    command = ECmManagerUiCmdDestSelect; 
   301             txt = qtn_set_cmd_select;
   302             txt = qtn_set_cmd_select;
       
   303             flags = EEikMenuItemAction;
   302             }
   304             }
   303         ,MENU_ITEM
   305         ,MENU_ITEM
   304             {
   306             {
   305             command = ECmManagerUiCmdCMSelect;
   307             command = ECmManagerUiCmdCMSelect;
   306             txt = qtn_netw_conset_options_select_method;
   308             txt = qtn_netw_conset_options_select_method;
       
   309             flags = EEikMenuItemSpecific;
   307             }
   310             }
   308         ,MENU_ITEM
   311         ,MENU_ITEM
   309             {
   312             {
   310             command = EAknCmdHelp;
   313             command = EAknCmdHelp;
   311             txt = qtn_options_help;
   314             txt = qtn_options_help;