application/data/PodcastShowsView.ra
branchsymbian1
changeset 70 0a94e3bc0ef2
parent 54 21ffe6559297
child 130 92572a695a1d
equal deleted inserted replaced
69:4a65cc85c4f3 70:0a94e3bc0ef2
   117 						helptxt = STRING_r_view_download_show_cmd;
   117 						helptxt = STRING_r_view_download_show_cmd;
   118 						}  
   118 						}  
   119 					};
   119 					};
   120 				};
   120 				};
   121 			}
   121 			}
   122 #ifdef SYMBIAN1_UI                
       
   123         ,		
   122         ,		
   124 		TBAR_CTRL
   123 		TBAR_CTRL
   125 			{
   124 			{
   126 			type = EAknCtButton;
   125 			type = EAknCtButton;
   127 			id =EPodcastDeleteShow;
   126 			id =EPodcastDeleteShow;
   173 							helptxt = STRING_r_view_mark_as_unplayed_cmd_short;
   172 							helptxt = STRING_r_view_mark_as_unplayed_cmd_short;
   174 							}  
   173 							}  
   175 						};
   174 						};
   176 					};
   175 					};
   177 				}
   176 				}
   178 #endif
       
   179         };
   177         };
   180     }
   178     }
   181 
   179 
   182 RESOURCE STYLUS_POPUP_MENU r_showview_popup_menu
   180 RESOURCE STYLUS_POPUP_MENU r_showview_popup_menu
   183 	{
   181 	{
   186 			STYLUS_POPUP_MENU_ITEM
   184 			STYLUS_POPUP_MENU_ITEM
   187 				{
   185 				{
   188 					txt = STRING_r_view_show_info_cmd;
   186 					txt = STRING_r_view_show_info_cmd;
   189 					command = EPodcastShowInfo;
   187 					command = EPodcastShowInfo;
   190 				}
   188 				}
   191 #ifndef SYMBIAN1_UI
       
   192 			,STYLUS_POPUP_MENU_ITEM
       
   193 				{
       
   194 					txt = STRING_r_view_mark_as_unplayed_cmd_short;
       
   195 					command = EPodcastMarkAsUnplayed;
       
   196 				},
       
   197 			STYLUS_POPUP_MENU_ITEM
       
   198 				{
       
   199 					txt = STRING_r_view_mark_as_played_cmd_short;
       
   200 					command = EPodcastMarkAsPlayed;
       
   201 				},
       
   202 			STYLUS_POPUP_MENU_ITEM
       
   203 				{
       
   204 					txt = STRING_r_view_download_show_cmd;
       
   205 					command = EPodcastDownloadShow;
       
   206 				},
       
   207 			STYLUS_POPUP_MENU_ITEM
       
   208 				{
       
   209 					txt = STRING_r_view_delete_show_cmd;
       
   210 					command = EPodcastDeleteShow;
       
   211 				}
       
   212 #endif
       
   213 		};
   189 		};
   214 	}
   190 	}
   215 
   191 
   216 RESOURCE DIALOG r_show_info_note
   192 RESOURCE DIALOG r_show_info_note
   217 {
   193 {