application/data/PodcastFeedView.ra
changeset 107 af6475fdf8d6
parent 2 29cda98b007e
child 176 1c8b56cb6409
child 207 9fef0425017e
equal deleted inserted replaced
106:83752b9e3cb6 107:af6475fdf8d6
   268 					txt = STRING_r_update_feed_short_cmd;
   268 					txt = STRING_r_update_feed_short_cmd;
   269 					command = EPodcastUpdateFeed;
   269 					command = EPodcastUpdateFeed;
   270 				}
   270 				}
   271 		};
   271 		};
   272 	}
   272 	}
   273 
       
   274 RESOURCE FILESELECTIONDIALOG r_podcast_import_podcast
       
   275 	{
       
   276 	title = STRING_r_view_import_feeds_title;
       
   277 	root_path = "";
       
   278 	filters =
       
   279 		{
       
   280 		FILTER
       
   281 			{
       
   282 			filter_type = EFilenameFilter;
       
   283 			filter_style = EInclusiveFilter;
       
   284 			filter_data = { "*.*" };
       
   285 			}
       
   286 		};
       
   287 	}
       
   288 
       
   289 RESOURCE FILESELECTIONDIALOG r_podcast_export_feeds
       
   290 	{
       
   291 	title = STRING_r_view_export_feeds_title;
       
   292 	root_path = "";
       
   293 		filters =
       
   294 			{
       
   295 			FILTER
       
   296 				{
       
   297 				filter_type = EFilenameFilter;
       
   298 				filter_style = EInclusiveFilter;
       
   299 				filter_data = { "*.*" };
       
   300 				}
       
   301 		};
       
   302 	}
       
   303 
       
   304 RESOURCE FILENAMEPROMPTDIALOG r_podcast_filename_prompt_dialog
       
   305 {
       
   306 	filename_prompt = STRING_r_enter_filename;
       
   307 	default_filename = "feeds.opml";
       
   308 	path = "";
       
   309 }