application/data/PodcastFeedView.ra
branchRCL_3
changeset 243 44d205147a83
parent 207 9fef0425017e
child 264 6dfdf1d9da5c
equal deleted inserted replaced
236:f952f3a1a786 243:44d205147a83
    54 			},
    54 			},
    55 		MENU_ITEM
    55 		MENU_ITEM
    56 			{
    56 			{
    57 			command = EAknSoftkeyExit;
    57 			command = EAknSoftkeyExit;
    58 			txt = STRING_r_exit_cmd;
    58 			txt = STRING_r_exit_cmd;
       
    59 			},
       
    60 		MENU_ITEM
       
    61 			{
       
    62 			txt = STRING_r_view_edit_feed_cmd_short;
       
    63 			command = EPodcastEditFeed; 
       
    64 			flags = EEikMenuItemSpecific;
       
    65 			},
       
    66 		MENU_ITEM
       
    67 			{
       
    68 			txt = STRING_r_view_delete_feed_cmd_short;
       
    69 			command = EPodcastDeleteFeed;
       
    70 			flags = EEikMenuItemSpecific;
       
    71 			},
       
    72 		MENU_ITEM
       
    73 			{
       
    74 			txt = STRING_r_update_feed_short_cmd;
       
    75 			command = EPodcastUpdateFeed;
       
    76 			flags = EEikMenuItemSpecific;
    59 			}
    77 			}
    60         };
    78         };
    61     }
    79     }
    62 
    80 
    63 RESOURCE MENU_PANE r_importexport_menu
    81 RESOURCE MENU_PANE r_importexport_menu
   247 					};	
   265 					};	
   248 				}
   266 				}
   249 	};
   267 	};
   250 }
   268 }
   251 
   269 
   252 RESOURCE STYLUS_POPUP_MENU r_feedview_popup_menu
       
   253 	{
       
   254 		items =
       
   255 		{
       
   256 			STYLUS_POPUP_MENU_ITEM
       
   257 				{
       
   258 					txt = STRING_r_view_edit_feed_cmd_short;
       
   259 					command = EPodcastEditFeed; 
       
   260 				},
       
   261 			STYLUS_POPUP_MENU_ITEM
       
   262 				{
       
   263 					txt = STRING_r_view_delete_feed_cmd_short;
       
   264 					command = EPodcastDeleteFeed;
       
   265 				},
       
   266 			STYLUS_POPUP_MENU_ITEM
       
   267 				{
       
   268 					txt = STRING_r_update_feed_short_cmd;
       
   269 					command = EPodcastUpdateFeed;
       
   270 				}
       
   271 		};
       
   272 	}
       
   273 
       
   274 RESOURCE ARRAY r_feedview_add_url_or_search_array
   270 RESOURCE ARRAY r_feedview_add_url_or_search_array
   275 {
   271 {
   276     items =
   272     items =
   277     {
   273     {
   278         LBUF { txt = STRING_r_add_url;     },
   274         LBUF { txt = STRING_r_add_url;     },