--- a/application/data/PodcastFeedView.ra Tue Oct 19 14:02:32 2010 +0100
+++ b/application/data/PodcastFeedView.ra Thu Oct 21 18:52:18 2010 +0100
@@ -128,9 +128,10 @@
{
AVKON_BUTTON_STATE
{
- //bmpfile = AVKON_BITMAP_FILE;
- //bmpid = EMbmAvkonQgn_indi_find_goto;
- txt = STRING_r_update_feed_short_cmd;
+ bmpfile = APPICON;
+ bmpid = EMbmPodcastReload_all;
+ bmpmask = EMbmPodcastReload_all_mask;
+ //txt = STRING_r_update_feed_short_cmd;
helptxt = STRING_r_update_all_feeds_cmd;
}
};
@@ -146,9 +147,10 @@
{
AVKON_BUTTON_STATE
{
- //bmpfile = AVKON_BITMAP_FILE;
- //bmpid = EMbmAvkonQgn_indi_find_goto;
- txt = STRING_r_cancel_update_all_feeds_short_cmd;
+ bmpfile = APPICON;
+ bmpid = EMbmPodcastCancel;
+ bmpmask = EMbmPodcastCancel_mask;
+ //txt = STRING_r_cancel_update_all_feeds_short_cmd;
helptxt = STRING_r_cancel_update_all_feeds_cmd;
}
};
@@ -165,10 +167,10 @@
{
AVKON_BUTTON_STATE
{
- //bmpfile = AVKON_BITMAP_FILE;
- //bmpid = EMbmAvkonQgn_indi_find_goto;
- //press_bmpid = EMbmAvkonQgn_indi_find_goto;
- txt = STRING_r_view_add_feed_cmd_short;
+ bmpfile = APPICON;
+ bmpid = EMbmPodcastAdd_pod;
+ bmpmask = EMbmPodcastAdd_pod_mask;
+ //txt = STRING_r_view_add_feed_cmd_short;
helptxt = STRING_r_view_add_feed_cmd;
}
};
@@ -184,10 +186,10 @@
{
AVKON_BUTTON_STATE
{
- //bmpfile = AVKON_BITMAP_FILE;
- //bmpid = EMbmAvkonQgn_indi_find_goto;
- //press_bmpid = EMbmAvkonQgn_indi_find_goto;
- txt = STRING_r_settings_cmd;
+ bmpfile = APPICON;
+ bmpid = EMbmPodcastSettings;
+ bmpmask = EMbmPodcastSettings_mask;
+ //txt = STRING_r_settings_cmd;
helptxt = STRING_r_settings_cmd;
}
};