diff options
Diffstat (limited to 'res/xml/vpn_authentification.xml')
-rw-r--r-- | res/xml/vpn_authentification.xml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/res/xml/vpn_authentification.xml b/res/xml/vpn_authentification.xml index 619890c7..727cae40 100644 --- a/res/xml/vpn_authentification.xml +++ b/res/xml/vpn_authentification.xml @@ -10,9 +10,8 @@ android:summary="@string/remote_tlscn_check_summary" android:title="@string/remote_tlscn_check_title" /> - <EditTextPreference + <de.blinkt.openvpn.RemoteCNPreference android:dependency="checkRemoteCN" - android:dialogMessage="@string/enter_tlscn_dialog" android:key="remotecn" android:title="@string/enter_tlscn_title" /> |