diff -r 9569ea080d5a -r 4d230e702aa3 application/data/PodcastFeedView.ra --- a/application/data/PodcastFeedView.ra Thu Mar 11 20:53:00 2010 +0100 +++ b/application/data/PodcastFeedView.ra Tue Apr 27 19:26:48 2010 +0100 @@ -270,40 +270,3 @@ } }; } - -RESOURCE FILESELECTIONDIALOG r_podcast_import_podcast - { - title = STRING_r_view_import_feeds_title; - root_path = ""; - filters = - { - FILTER - { - filter_type = EFilenameFilter; - filter_style = EInclusiveFilter; - filter_data = { "*.*" }; - } - }; - } - -RESOURCE FILESELECTIONDIALOG r_podcast_export_feeds - { - title = STRING_r_view_export_feeds_title; - root_path = ""; - filters = - { - FILTER - { - filter_type = EFilenameFilter; - filter_style = EInclusiveFilter; - filter_data = { "*.*" }; - } - }; - } - -RESOURCE FILENAMEPROMPTDIALOG r_podcast_filename_prompt_dialog -{ - filename_prompt = STRING_r_enter_filename; - default_filename = "feeds.opml"; - path = ""; -}