diff options
author | lado <herrlado@gmail.com> | 2012-06-13 12:48:08 +0200 |
---|---|---|
committer | lado <herrlado@gmail.com> | 2012-06-13 12:48:08 +0200 |
commit | 00130be822697b95b9540e75c046bc0d0802395c (patch) | |
tree | 323f312b05b44bf30def29c316b764db6f34b9c1 /vdrmanager/res/menu | |
parent | 75757f080d8ef3c0fb5b28aaa40e2f560ed56ae8 (diff) | |
download | vdr-manager-00130be822697b95b9540e75c046bc0d0802395c.tar.gz vdr-manager-00130be822697b95b9540e75c046bc0d0802395c.tar.bz2 |
switch to channel
Diffstat (limited to 'vdrmanager/res/menu')
-rw-r--r-- | vdrmanager/res/menu/epg_list_item_menu.xml | 1 | ||||
-rw-r--r-- | vdrmanager/res/menu/recording_list_item_menu.xml | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/vdrmanager/res/menu/epg_list_item_menu.xml b/vdrmanager/res/menu/epg_list_item_menu.xml index ae7149e..cc6ed44 100644 --- a/vdrmanager/res/menu/epg_list_item_menu.xml +++ b/vdrmanager/res/menu/epg_list_item_menu.xml @@ -6,5 +6,6 @@ <item android:id="@+id/epg_item_menu_timer_delete" android:title="@string/epg_item_menu_timer_delete" android:visible="false"/> <item android:id="@+id/epg_item_menu_timer_modify" android:title="@string/epg_item_menu_timer_modify" android:visible="false" /> <item android:id="@+id/epg_item_menu_live_tv" android:title="@string/livetv" android:visible="false" /> + <item android:id="@+id/epg_item_menu_switchto" android:title="@string/switch_to_channel" android:visible="true" /> </menu>
\ No newline at end of file diff --git a/vdrmanager/res/menu/recording_list_item_menu.xml b/vdrmanager/res/menu/recording_list_item_menu.xml index c94161a..b375ba0 100644 --- a/vdrmanager/res/menu/recording_list_item_menu.xml +++ b/vdrmanager/res/menu/recording_list_item_menu.xml @@ -4,4 +4,5 @@ <item android:id="@+id/recording_item_menu_delete" android:title="@string/recording_item_menu_delete"/> <item android:id="@+id/recording_item_menu_stream" android:title="@string/recording_item_menu_stream"/> <item android:id="@+id/epg_item_menu_live_tv" android:title="@string/livetv" android:visible="false" /> + <item android:id="@+id/epg_item_menu_switchto" android:title="@string/switch_to_channel" android:visible="true" /> </menu>
\ No newline at end of file |