application/data/PodcastShowsView.ra
branchnewlist
changeset 352 31f9864a37ac
parent 350 9c4fd008e20f
child 354 a2713e6a41a9
--- a/application/data/PodcastShowsView.ra	Mon Nov 15 17:32:00 2010 +0000
+++ b/application/data/PodcastShowsView.ra	Mon Nov 15 20:54:27 2010 +0000
@@ -37,11 +37,6 @@
         {
         MENU_ITEM
 			{
-			command = EPodcastMarkAllPlayed;
-			txt = STRING_r_view_mark_all_played_cmd;
-			},
-		MENU_ITEM
-			{
 			command = EPodcastAbout;
 			txt = STRING_r_view_about_cmd;
 			}, 
@@ -183,6 +178,25 @@
 		TBAR_CTRL
 			{
 			type = EAknCtButton;
+			id = EPodcastMarkAllPlayed;
+			control = AVKON_BUTTON
+				{
+				states =
+					{
+					AVKON_BUTTON_STATE
+						{
+						bmpfile = APPICON;
+						bmpid = EMbmPodcastMark_old_all;
+						bmpmask = EMbmPodcastMark_old_all_mask;
+						//txt = STRING_r_cancel_update_all_feeds_short_cmd;
+						helptxt = STRING_r_view_mark_all_played_cmd;
+					   }  
+					};
+				};
+			},
+		TBAR_CTRL
+			{
+			type = EAknCtButton;
 			id = EPodcastMarkAsPlayed;
 			control = AVKON_BUTTON
 				{
@@ -194,7 +208,7 @@
 						bmpid = EMbmPodcastMark_old;
 						bmpmask = EMbmPodcastMark_old_mask;
 						//txt = STRING_r_view_mark_as_played_cmd_short;
-						helptxt = STRING_r_view_mark_as_played_cmd_short;
+						helptxt = STRING_r_view_mark_as_played_cmd;
 						}  
 					};
 				};
@@ -213,7 +227,7 @@
 							bmpid = EMbmPodcastMark_new;
 							bmpmask = EMbmPodcastMark_new_mask;
 							//txt = STRING_r_view_mark_as_unplayed_cmd_short;
-							helptxt = STRING_r_view_mark_as_unplayed_cmd_short;
+							helptxt = STRING_r_view_mark_as_unplayed_cmd;
 							}  
 						};
 					};