aboutsummaryrefslogtreecommitdiffstats
path: root/res/xml
diff options
context:
space:
mode:
authorKenny Root <kenny@the-b.org>2009-01-21 03:13:10 +0000
committerKenny Root <kenny@the-b.org>2009-01-21 03:13:10 +0000
commita5000c63527067254a0ce09ebf9c04934465b2f2 (patch)
tree424350fd67f3d72848c39abf33c77ca4b858321b /res/xml
parentdeca64c5258a07afa7aa9b7c32ab46ad5ba651fe (diff)
downloadconnectbot-a5000c63527067254a0ce09ebf9c04934465b2f2.tar.gz
connectbot-a5000c63527067254a0ce09ebf9c04934465b2f2.tar.bz2
connectbot-a5000c63527067254a0ce09ebf9c04934465b2f2.zip
Fix preference use bug
Diffstat (limited to 'res/xml')
-rw-r--r--res/xml/host_prefs.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/res/xml/host_prefs.xml b/res/xml/host_prefs.xml
index 15035cb..01e5546 100644
--- a/res/xml/host_prefs.xml
+++ b/res/xml/host_prefs.xml
@@ -41,7 +41,7 @@
android:key="pubkeyid"
android:title="Use pubkey authentication"
android:entries="@array/list_pubkeyids"
- android:entryValues="@array/list_pubkeyids"
+ android:entryValues="@array/list_pubkeyids_value"
/>
<EditTextPreference
@@ -67,7 +67,7 @@
android:title="Encoding"
android:summary="Character encoding for the host"
android:entries="@array/list_encodings"
- android:entryValues="@array/list_encodings"
+ android:entryValues="@array/list_encodings_value"
/>
<PreferenceCategory