summaryrefslogtreecommitdiff
path: root/vdrmanager/res/xml/vdr_prefs.xml
diff options
context:
space:
mode:
authorlado <herrlado@gmail.com>2013-03-20 10:55:58 +0100
committerlado <herrlado@gmail.com>2013-03-20 10:55:58 +0100
commitf467c0600198c2bfba4be0eecd4709b58b4211b3 (patch)
tree958bd845415a19aee06f204fd32d1bd8efeeb4a2 /vdrmanager/res/xml/vdr_prefs.xml
parentcae390b45e2977def1d593009e76854ed76e281a (diff)
downloadvdr-manager-f467c0600198c2bfba4be0eecd4709b58b4211b3.tar.gz
vdr-manager-f467c0600198c2bfba4be0eecd4709b58b4211b3.tar.bz2
Feature #1304
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 feee1e9..3720db4 100644
--- a/vdrmanager/res/xml/vdr_prefs.xml
+++ b/vdrmanager/res/xml/vdr_prefs.xml
@@ -11,7 +11,7 @@
<PreferenceCategory
android:key="vdr_preferences"
android:title="@string/vdr_preferences" >
- <EditTextPreference
+ <de.bjusystems.vdrmanager.data.FetchEditTextPreference
android:inputType="textNoSuggestions"
android:key="@string/vdr_host_key"
android:summary="@string/vdr_host_summary"
@@ -80,7 +80,7 @@
android:summary="@string/wakeup_password_summary"
android:title="@string/wakeup_password_title" />
- <de.bjusystems.vdrmanager.data.MacFetchEditTextPreference
+ <de.bjusystems.vdrmanager.data.FetchEditTextPreference
android:dependency="@string/wakeup_enabled_key"
android:key="@string/wakeup_wol_mac_key"
android:summary="@string/wakeup_wol_mac_summary"