diff -r 223f270fa7ff -r 403412eb5292 application/data/PodcastSettingsView.ra --- a/application/data/PodcastSettingsView.ra Sun Apr 04 15:54:17 2010 +0100 +++ b/application/data/PodcastSettingsView.ra Sun Apr 04 16:23:10 2010 +0100 @@ -30,9 +30,14 @@ { MENU_ITEM { + command = EPodcastResetDb; + txt = STRING_r_podcast_setting_reset_db; + }, + MENU_ITEM + { command = EPodcastHelp; txt = STRING_r_view_help; - } + } }; }