application/data/PodcastQueueView.ra
branchRCL_3
changeset 368 b131f7696342
parent 308 1b717a43a7ee
child 383 931d0db6374d
equal deleted inserted replaced
367:4b75876aa85a 368:b131f7696342
    92 				states =
    92 				states =
    93 					{
    93 					{
    94 					AVKON_BUTTON_STATE
    94 					AVKON_BUTTON_STATE
    95 						{
    95 						{
    96 						bmpfile = APPICON;
    96 						bmpfile = APPICON;
    97 						bmpid = EMbmPodcastDwn_pause;
    97 						bmpid = EMbmPodcastDownload_pause;
    98 						bmpmask = EMbmPodcastDwn_pause_mask;
    98 						bmpmask = EMbmPodcastDownload_pause_mask;
    99 						//txt = STRING_r_suspend_download_cmd;
    99 						//txt = STRING_r_suspend_download_cmd;
   100 						helptxt = STRING_r_view_stop_downloads_cmd;
   100 						helptxt = STRING_r_view_stop_downloads_cmd;
   101 						}  
   101 						}  
   102 					};
   102 					};
   103 				};
   103 				};
   111 				states =
   111 				states =
   112 					{
   112 					{
   113 					AVKON_BUTTON_STATE
   113 					AVKON_BUTTON_STATE
   114 						{
   114 						{
   115 						bmpfile = APPICON;
   115 						bmpfile = APPICON;
   116 						bmpid = EMbmPodcastDwn_start;
   116 						bmpid = EMbmPodcastDownload_play;
   117 						bmpmask = EMbmPodcastDwn_start_mask;
   117 						bmpmask = EMbmPodcastDownload_play_mask;
   118 						//txt = STRING_r_view_resume_short_dls_cmd;
   118 						//txt = STRING_r_view_resume_short_dls_cmd;
   119 						helptxt = STRING_r_view_resume_downloads_cmd;
   119 						helptxt = STRING_r_view_resume_downloads_cmd;
   120 						}  
   120 						}  
   121 					};
   121 					};
   122 				};
   122 				};
   130 				states =
   130 				states =
   131 					{
   131 					{
   132 					AVKON_BUTTON_STATE
   132 					AVKON_BUTTON_STATE
   133 						{
   133 						{
   134 						bmpfile = APPICON;
   134 						bmpfile = APPICON;
   135 						bmpid = EMbmPodcastRemove_all;
   135 						bmpid = EMbmPodcastDelete_all;
   136 						bmpmask = EMbmPodcastRemove_all_mask;
   136 						bmpmask = EMbmPodcastDelete_all_mask;
   137 						//txt = STRING_r_view_remove_all_downloads_cmd_short;
   137 						//txt = STRING_r_view_remove_all_downloads_cmd_short;
   138 						helptxt = STRING_r_view_remove_all_downloads_cmd;
   138 						helptxt = STRING_r_view_remove_all_downloads_cmd;
   139 						}  
   139 						}  
   140 					};
   140 					};
   141 				};
   141 				};