application/data/PodcastQueueView.ra
branchRCL_3
changeset 264 6dfdf1d9da5c
parent 243 44d205147a83
child 301 f5af16df2425
equal deleted inserted replaced
259:af83e0ffbf4b 264:6dfdf1d9da5c
    85 				{
    85 				{
    86 				states =
    86 				states =
    87 					{
    87 					{
    88 					AVKON_BUTTON_STATE
    88 					AVKON_BUTTON_STATE
    89 						{
    89 						{
    90 						//bmpfile = AVKON_BITMAP_FILE;
    90 						bmpfile = APPICON;
    91 						//bmpid = EMbmAvkonQgn_indi_find_goto;
    91 						bmpid = EMbmPodcastDwn_pause;
    92 						txt = STRING_r_suspend_download_cmd;
    92 						bmpmask = EMbmPodcastDwn_pause_mask;
       
    93 						//txt = STRING_r_suspend_download_cmd;
    93 						helptxt = STRING_r_view_stop_downloads_cmd;
    94 						helptxt = STRING_r_view_stop_downloads_cmd;
    94 						}  
    95 						}  
    95 					};
    96 					};
    96 				};
    97 				};
    97 			},
    98 			},
   103 				{
   104 				{
   104 				states =
   105 				states =
   105 					{
   106 					{
   106 					AVKON_BUTTON_STATE
   107 					AVKON_BUTTON_STATE
   107 						{
   108 						{
   108 						//bmpfile = AVKON_BITMAP_FILE;
   109 						bmpfile = APPICON;
   109 						//bmpid = EMbmAvkonQgn_indi_find_goto;
   110 						bmpid = EMbmPodcastDwn_start;
   110 						txt = STRING_r_view_resume_short_dls_cmd;
   111 						bmpmask = EMbmPodcastDwn_start_mask;
       
   112 						//txt = STRING_r_view_resume_short_dls_cmd;
   111 						helptxt = STRING_r_view_resume_downloads_cmd;
   113 						helptxt = STRING_r_view_resume_downloads_cmd;
   112 						}  
   114 						}  
   113 					};
   115 					};
   114 				};
   116 				};
   115 			},
   117 			},
   121 				{
   123 				{
   122 				states =
   124 				states =
   123 					{
   125 					{
   124 					AVKON_BUTTON_STATE
   126 					AVKON_BUTTON_STATE
   125 						{
   127 						{
   126 						//bmpfile = AVKON_BITMAP_FILE;
   128 						bmpfile = APPICON;
   127 						//bmpid = EMbmAvkonQgn_indi_find_goto;
   129 						bmpid = EMbmPodcastRemove_all;
   128 						txt = STRING_r_view_remove_all_downloads_cmd_short;
   130 						bmpmask = EMbmPodcastRemove_all_mask;
       
   131 						//txt = STRING_r_view_remove_all_downloads_cmd_short;
   129 						helptxt = STRING_r_view_remove_all_downloads_cmd;
   132 						helptxt = STRING_r_view_remove_all_downloads_cmd;
   130 						}  
   133 						}  
   131 					};
   134 					};
   132 				};
   135 				};
   133 			}
   136 			}