--- a/application/data/PodcastSettingsView.ra Sat Apr 03 13:33:15 2010 +0100
+++ b/application/data/PodcastSettingsView.ra Sat Apr 03 14:54:19 2010 +0100
@@ -225,6 +225,18 @@
};
}
+RESOURCE MEMORYSELECTIONDIALOG r_podcast_memory_selection
+ {
+ title = "Select memory:";
+ softkey_1 = text_softkey_ok; // The text for the left softkey.
+ softkey_2 = text_softkey_cancel; // The text for the right softkey.
+ locations =
+ {
+ LOCATION { root_path = text_phone_memory_root_path; },
+ LOCATION { root_path = text_memory_card_root_path; }
+ };
+ }
+
RESOURCE TBUF r_podcast_softkey_select { buf = STRING_r_view_export_feeds_softkey; }
RESOURCE TBUF r_settings_title { buf = STRING_r_podcast_settings_title; }