summaryrefslogtreecommitdiff
path: root/vdrmanager/res/xml/vdr_prefs.xml
diff options
context:
space:
mode:
authorlado <herrlado@gmail.com>2013-02-14 23:32:52 +0100
committerlado <herrlado@gmail.com>2013-02-14 23:33:51 +0100
commit30914fae7c64fdb299ab791c2e2931d68fc5ef41 (patch)
treeaaaa4a719ced3dea1284254d19d0e4c4494a27a9 /vdrmanager/res/xml/vdr_prefs.xml
parenta639a2c299fe1b6bd8bab2b833fa200170668069 (diff)
downloadvdr-manager-30914fae7c64fdb299ab791c2e2931d68fc5ef41.tar.gz
vdr-manager-30914fae7c64fdb299ab791c2e2931d68fc5ef41.tar.bz2
Feature #864
Diffstat (limited to 'vdrmanager/res/xml/vdr_prefs.xml')
-rw-r--r--vdrmanager/res/xml/vdr_prefs.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/vdrmanager/res/xml/vdr_prefs.xml b/vdrmanager/res/xml/vdr_prefs.xml
index c83f014..20d9823 100644
--- a/vdrmanager/res/xml/vdr_prefs.xml
+++ b/vdrmanager/res/xml/vdr_prefs.xml
@@ -68,7 +68,7 @@
android:key="@string/wakeup_password_key" android:password="true"
android:summary="@string/wakeup_password_summary" android:title="@string/wakeup_password_title" />
- <EditTextPreference android:dependency="@string/wakeup_enabled_key"
+ <de.bjusystems.vdrmanager.data.MacFetchEditTextPreference android:dependency="@string/wakeup_enabled_key"
android:key="@string/wakeup_wol_mac_key" android:summary="@string/wakeup_wol_mac_summary"
android:title="@string/wakeup_wol_mac_title" />
@@ -129,7 +129,7 @@
android:summary="@string/remux_parameter_summary" android:title="@string/remux_parameter_title" />
</PreferenceCategory>
- <PreferenceCategory android:title="@string/recstream">
+ <PreferenceCategory android:title="@string/recstream" android:key="key_streaming_category">
<CheckBoxPreference android:key="key_rec_stream_enable"
android:defaultValue="false" android:summary="@string/recstream_enable_summary"