equal
deleted
inserted
replaced
38 MENU_ITEM |
38 MENU_ITEM |
39 { |
39 { |
40 command = EPodcastMarkAllPlayed; |
40 command = EPodcastMarkAllPlayed; |
41 txt = STRING_r_view_mark_all_played_cmd; |
41 txt = STRING_r_view_mark_all_played_cmd; |
42 }, |
42 }, |
43 MENU_ITEM |
43 // MENU_ITEM |
44 { |
44 // { |
45 command = EPodcastFilterShows; |
45 // command = EPodcastFilterShows; |
46 txt = STRING_r_view_filter_shows_cmd; |
46 // txt = STRING_r_view_filter_shows_cmd; |
47 cascade = r_filtershows_menu; |
47 // cascade = r_filtershows_menu; |
48 }, |
48 // }, |
49 MENU_ITEM |
49 MENU_ITEM |
50 { |
50 { |
51 command = EPodcastAbout; |
51 command = EPodcastAbout; |
52 txt = STRING_r_view_about_cmd; |
52 txt = STRING_r_view_about_cmd; |
53 }, |
53 }, |