--- a/application/data/PodcastFeedView.ra Sat Apr 03 16:03:09 2010 +0100
+++ b/application/data/PodcastFeedView.ra Sat Apr 03 21:28:44 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 = "";
-}