application/data/PodcastFeedView.ra
branchnewlist
changeset 350 9c4fd008e20f
parent 336 3d6c1417e8bd
equal deleted inserted replaced
349:4538abb763e4 350:9c4fd008e20f
   109                 states =
   109                 states =
   110                     {
   110                     {
   111                     AVKON_BUTTON_STATE
   111                     AVKON_BUTTON_STATE
   112                         {
   112                         {
   113                         bmpfile = APPICON;
   113                         bmpfile = APPICON;
   114                         bmpid = EMbmPodcastReload_all;
   114                         bmpid = EMbmPodcastUpdate_all;
   115                         bmpmask = EMbmPodcastReload_all_mask;
   115                         bmpmask = EMbmPodcastUpdate_all_mask;
   116                         //txt = STRING_r_update_feed_short_cmd;
   116                         //txt = STRING_r_update_feed_short_cmd;
   117                         helptxt = STRING_r_update_all_feeds_cmd;
   117                         helptxt = STRING_r_update_all_feeds_cmd;
   118                         }  
   118                         }  
   119                     };
   119                     };
   120                 };
   120                 };
   128 				states =
   128 				states =
   129 					{
   129 					{
   130 					AVKON_BUTTON_STATE
   130 					AVKON_BUTTON_STATE
   131 						{
   131 						{
   132 						bmpfile = APPICON;
   132 						bmpfile = APPICON;
   133 						bmpid = EMbmPodcastCancel;
   133 						bmpid = EMbmPodcastUpdate_cancel;
   134 						bmpmask = EMbmPodcastCancel_mask;
   134 						bmpmask = EMbmPodcastUpdate_cancel_mask;
   135 						//txt = STRING_r_cancel_update_all_feeds_short_cmd;
   135 						//txt = STRING_r_cancel_update_all_feeds_short_cmd;
   136 						helptxt = STRING_r_cancel_update_all_feeds_cmd;
   136 						helptxt = STRING_r_cancel_update_all_feeds_cmd;
   137 					   }  
   137 					   }  
   138 					};
   138 					};
   139 				};
   139 				};
   148 				states =
   148 				states =
   149 					{
   149 					{
   150 					AVKON_BUTTON_STATE
   150 					AVKON_BUTTON_STATE
   151 						{
   151 						{
   152 						bmpfile = APPICON;
   152 						bmpfile = APPICON;
   153 						bmpid = EMbmPodcastAdd_pod;
   153 						bmpid = EMbmPodcastAdd_feed;
   154 						bmpmask = EMbmPodcastAdd_pod_mask;
   154 						bmpmask = EMbmPodcastAdd_feed_mask;
   155 						//txt = STRING_r_view_add_feed_cmd_short;
   155 						//txt = STRING_r_view_add_feed_cmd_short;
   156 						helptxt = STRING_r_view_add_feed_cmd;
   156 						helptxt = STRING_r_view_add_feed_cmd;
   157 						} 
   157 						} 
   158 					};
   158 					};
   159 				};
   159 				};