application/data/PodcastQueueView.ra
branch3rded
changeset 390 d7abecc9d189
parent 343 9c56bf585696
equal deleted inserted replaced
345:702ba9ffe210 390:d7abecc9d189
    71 RESOURCE MENU_PANE r_queue_show_menu
    71 RESOURCE MENU_PANE r_queue_show_menu
    72 	{
    72 	{
    73 	items =	{
    73 	items =	{
    74 		MENU_ITEM
    74 		MENU_ITEM
    75 			{
    75 			{
       
    76 				txt = STRING_r_view_show_info_cmd;
       
    77 				command = EPodcastShowInfo;
       
    78 			},
       
    79 		MENU_ITEM
       
    80 			{
       
    81 				txt = STRING_r_view_mark_as_unplayed_cmd_short;
       
    82 				command = EPodcastMarkAsUnplayed;
       
    83 			},
       
    84 		MENU_ITEM
       
    85 			{
       
    86 				txt = STRING_r_view_mark_as_played_cmd_short;
       
    87 				command = EPodcastMarkAsPlayed;
       
    88 			},
       
    89 		MENU_ITEM
       
    90 			{
    76 				txt = STRING_r_view_remove_download_short_cmd;
    91 				txt = STRING_r_view_remove_download_short_cmd;
    77 				command = EPodcastRemoveDownload;
    92 				command = EPodcastRemoveDownload;
    78 			},
    93 			},
    79 		MENU_ITEM
    94 		MENU_ITEM
    80 			{
    95 			{