application/data/PodcastSettingsView.ra
changeset 72 236022094302
parent 2 29cda98b007e
child 77 403412eb5292
equal deleted inserted replaced
71:4d1286f7f982 72:236022094302
   223   filter_data = { "*.*" };
   223   filter_data = { "*.*" };
   224   }
   224   }
   225  };
   225  };
   226 }
   226 }
   227 
   227 
       
   228 RESOURCE MEMORYSELECTIONDIALOG r_podcast_memory_selection
       
   229     {
       
   230     title = "Select memory:";
       
   231     softkey_1 = text_softkey_ok; // The text for the left softkey.
       
   232     softkey_2 = text_softkey_cancel; // The text for the right softkey.
       
   233     locations =
       
   234         {
       
   235         LOCATION { root_path =  text_phone_memory_root_path; },
       
   236         LOCATION { root_path = text_memory_card_root_path; }
       
   237         };
       
   238     } 
       
   239 
   228 RESOURCE TBUF r_podcast_softkey_select { buf = STRING_r_view_export_feeds_softkey; }
   240 RESOURCE TBUF r_podcast_softkey_select { buf = STRING_r_view_export_feeds_softkey; }
   229 RESOURCE TBUF r_settings_title { buf = STRING_r_podcast_settings_title; }
   241 RESOURCE TBUF r_settings_title { buf = STRING_r_podcast_settings_title; }
   230 
   242 
   231 RESOURCE AVKON_SETTING_PAGE r_setting_iap_page_resource
   243 RESOURCE AVKON_SETTING_PAGE r_setting_iap_page_resource
   232 {
   244 {