summaryrefslogtreecommitdiff
path: root/main/src/main/res/xml/vpn_headers.xml
diff options
context:
space:
mode:
Diffstat (limited to 'main/src/main/res/xml/vpn_headers.xml')
-rw-r--r--main/src/main/res/xml/vpn_headers.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/main/src/main/res/xml/vpn_headers.xml b/main/src/main/res/xml/vpn_headers.xml
index 65f5e825..576aea8b 100644
--- a/main/src/main/res/xml/vpn_headers.xml
+++ b/main/src/main/res/xml/vpn_headers.xml
@@ -6,11 +6,12 @@
<preference-headers xmlns:android="http://schemas.android.com/apk/res/android" >
-
<header
android:fragment="de.blinkt.openvpn.fragments.Settings_Behaviour"
android:title="@string/client_behaviour"
/>
+ <header android:fragment="de.blinkt.openvpn.fragments.Settings_Connections"
+ android:title="Server List" />
<header
android:id="@+id/basicsettingsid"
android:fragment="de.blinkt.openvpn.fragments.Settings_Basic"