application/data/PodcastQueueView.ra
branchsymbian1
changeset 261 55305e953f12
parent 182 828b50176e56
child 336 3d6c1417e8bd
equal deleted inserted replaced
260:72b950ec8da2 261:55305e953f12
    67 				{
    67 				{
    68 				states =
    68 				states =
    69 					{
    69 					{
    70 					AVKON_BUTTON_STATE
    70 					AVKON_BUTTON_STATE
    71 						{
    71 						{
    72 						//bmpfile = AVKON_BITMAP_FILE;
    72 						bmpfile = APPICON;
    73 						//bmpid = EMbmAvkonQgn_indi_find_goto;
    73 						bmpid = EMbmPodcastDwn_pause;
    74 						txt = STRING_r_suspend_download_cmd;
    74 						bmpmask = EMbmPodcastDwn_pause_mask;
       
    75 						//txt = STRING_r_suspend_download_cmd;
    75 						helptxt = STRING_r_view_stop_downloads_cmd;
    76 						helptxt = STRING_r_view_stop_downloads_cmd;
    76 						}  
    77 						}  
    77 					};
    78 					};
    78 				};
    79 				};
    79 			},
    80 			},
    85 				{
    86 				{
    86 				states =
    87 				states =
    87 					{
    88 					{
    88 					AVKON_BUTTON_STATE
    89 					AVKON_BUTTON_STATE
    89 						{
    90 						{
    90 						//bmpfile = AVKON_BITMAP_FILE;
    91 						bmpfile = APPICON;
    91 						//bmpid = EMbmAvkonQgn_indi_find_goto;
    92 						bmpid = EMbmPodcastDwn_start;
    92 						txt = STRING_r_view_resume_short_dls_cmd;
    93 						bmpmask = EMbmPodcastDwn_start_mask;
       
    94 						//txt = STRING_r_view_resume_short_dls_cmd;
    93 						helptxt = STRING_r_view_resume_downloads_cmd;
    95 						helptxt = STRING_r_view_resume_downloads_cmd;
    94 						}  
    96 						}  
    95 					};
    97 					};
    96 				};
    98 				};
    97 			},
    99 			},
   103 				{
   105 				{
   104 				states =
   106 				states =
   105 					{
   107 					{
   106 					AVKON_BUTTON_STATE
   108 					AVKON_BUTTON_STATE
   107 						{
   109 						{
   108 						//bmpfile = AVKON_BITMAP_FILE;
   110 						bmpfile = APPICON;
   109 						//bmpid = EMbmAvkonQgn_indi_find_goto;
   111 						bmpid = EMbmPodcastRemove;
   110 						txt = STRING_r_view_remove_download_short_cmd;
   112 						bmpmask = EMbmPodcastRemove_mask;
       
   113 						//txt = STRING_r_view_remove_download_short_cmd;
   111 						helptxt = STRING_r_view_remove_download_cmd;
   114 						helptxt = STRING_r_view_remove_download_cmd;
   112 						}  
   115 						}  
   113 					};
   116 					};
   114 				};
   117 				};
   115 			},
   118 			},
   121 				{
   124 				{
   122 				states =
   125 				states =
   123 					{
   126 					{
   124 					AVKON_BUTTON_STATE
   127 					AVKON_BUTTON_STATE
   125 						{
   128 						{
   126 						//bmpfile = AVKON_BITMAP_FILE;
   129 						bmpfile = APPICON;
   127 						//bmpid = EMbmAvkonQgn_indi_find_goto;
   130 						bmpid = EMbmPodcastRemove_all;
   128 						txt = STRING_r_view_remove_all_downloads_cmd_short;
   131 						bmpmask = EMbmPodcastRemove_all_mask;
       
   132 						//txt = STRING_r_view_remove_all_downloads_cmd_short;
   129 						helptxt = STRING_r_view_remove_all_downloads_cmd;
   133 						helptxt = STRING_r_view_remove_all_downloads_cmd;
   130 						}  
   134 						}  
   131 					};
   135 					};
   132 				};
   136 				};
   133 			}
   137 			}