equal
deleted
inserted
replaced
26 |
26 |
27 RESOURCE MENU_PANE r_podcast_settingsview_menu |
27 RESOURCE MENU_PANE r_podcast_settingsview_menu |
28 { |
28 { |
29 items = |
29 items = |
30 { |
30 { |
31 /*MENU_ITEM |
|
32 { |
|
33 command = EPodcastResetDb; |
|
34 txt = STRING_r_podcast_setting_reset_db; |
|
35 },*/ |
|
36 MENU_ITEM |
31 MENU_ITEM |
37 { |
32 { |
38 command = EPodcastHelp; |
33 command = EPodcastHelp; |
39 txt = STRING_r_view_help; |
34 txt = STRING_r_view_help; |
40 } |
35 } |
41 }; |
36 }; |
42 } |
37 } |
43 |
|
44 |
38 |
45 RESOURCE AVKON_VIEW r_podcast_settingsview |
39 RESOURCE AVKON_VIEW r_podcast_settingsview |
46 { |
40 { |
47 menubar = r_podcast_settingsview_menubar; |
41 menubar = r_podcast_settingsview_menubar; |
48 cba = R_AVKON_SOFTKEYS_OPTIONS_BACK; |
42 cba = R_AVKON_SOFTKEYS_OPTIONS_BACK; |
73 associated_resource = r_on_off_texts; |
67 associated_resource = r_on_off_texts; |
74 name = STRING_r_podcast_setting_autodownload; |
68 name = STRING_r_podcast_setting_autodownload; |
75 }, |
69 }, |
76 AVKON_SETTING_ITEM |
70 AVKON_SETTING_ITEM |
77 { |
71 { |
|
72 identifier = EPodcastSettingAutoDelete; |
|
73 setting_page_resource = r_podcast_autodelete_page_resource; |
|
74 associated_resource = r_podcast_autodelete_texts; |
|
75 name = STRING_r_podcast_setting_autodelete; |
|
76 }, |
|
77 AVKON_SETTING_ITEM |
|
78 { |
78 identifier = EPodcastSettingConnection; |
79 identifier = EPodcastSettingConnection; |
79 setting_page_resource = r_podcast_connection_page_resource; |
80 setting_page_resource = r_podcast_connection_page_resource; |
80 associated_resource = r_podcast_connection_texts; |
81 associated_resource = r_podcast_connection_texts; |
81 name = STRING_r_podcast_setting_connection; |
82 name = STRING_r_podcast_setting_connection; |
82 }, |
83 }, |
168 { |
169 { |
169 items = |
170 items = |
170 { |
171 { |
171 LBUF { txt=STRING_r_on; }, |
172 LBUF { txt=STRING_r_on; }, |
172 LBUF { txt=STRING_r_off; } |
173 LBUF { txt=STRING_r_off; } |
|
174 }; |
|
175 } |
|
176 |
|
177 RESOURCE AVKON_SETTING_PAGE r_podcast_autodelete_page_resource |
|
178 { |
|
179 label= STRING_r_podcast_setting_autodelete; |
|
180 type = EAknCtPopupSettingList; |
|
181 editor_resource_id = r_setting_autodelete_popup_list_entry; |
|
182 } |
|
183 |
|
184 RESOURCE POPUP_SETTING_LIST r_setting_autodelete_popup_list_entry |
|
185 { |
|
186 } |
|
187 |
|
188 RESOURCE AVKON_POPUP_SETTING_TEXTS r_podcast_autodelete_texts |
|
189 { |
|
190 flags = 0; |
|
191 setting_texts_resource = r_podcast_autodelete_closed; |
|
192 popped_up_texts_resource = r_podcast_autodelete_opened; |
|
193 } |
|
194 |
|
195 RESOURCE ARRAY r_podcast_autodelete_closed |
|
196 { |
|
197 items = |
|
198 { |
|
199 AVKON_ENUMERATED_TEXT { value=0; text=STRING_podcast_autodelete_option1; }, |
|
200 AVKON_ENUMERATED_TEXT { value=1; text=STRING_podcast_autodelete_option2; }, |
|
201 AVKON_ENUMERATED_TEXT { value=2; text=STRING_podcast_autodelete_option3; } |
|
202 }; |
|
203 } |
|
204 |
|
205 RESOURCE ARRAY r_podcast_autodelete_opened |
|
206 { |
|
207 items = |
|
208 { |
|
209 LBUF { txt=STRING_podcast_autodelete_option1; }, |
|
210 LBUF { txt=STRING_podcast_autodelete_option2; }, |
|
211 LBUF { txt=STRING_podcast_autodelete_option3; } |
173 }; |
212 }; |
174 } |
213 } |
175 |
214 |
176 RESOURCE AVKON_SETTING_PAGE r_podcast_autoupdate_page_resource |
215 RESOURCE AVKON_SETTING_PAGE r_podcast_autoupdate_page_resource |
177 { |
216 { |