summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArne Schwabe <arne@rfc2549.org>2013-03-16 17:41:57 +0100
committerArne Schwabe <arne@rfc2549.org>2013-03-16 17:41:57 +0100
commitcfb57240a604319c6934681e638c3bdac4619693 (patch)
treec60b34cf7d2a72debdc9ee5d2b6102a31dbfe866
parent0bd37447329c4c1e40e46d111ea94a8adeac00f0 (diff)
Reflect changes in vpn headers file
--HG-- extra : amend_source : cac129da95c812fcd2b61156e35168d53945ad1b
-rw-r--r--res/xml/vpn_headers.xml12
1 files changed, 6 insertions, 6 deletions
diff --git a/res/xml/vpn_headers.xml b/res/xml/vpn_headers.xml
index 495c2c72..7f2a97d9 100644
--- a/res/xml/vpn_headers.xml
+++ b/res/xml/vpn_headers.xml
@@ -3,28 +3,28 @@
<header
android:id="@+id/basicsettingsid"
- android:fragment="de.blinkt.openvpn.Settings_Basic"
+ android:fragment="de.blinkt.openvpn.fragments.Settings_Basic"
android:title="@string/basic" />
<!-- android:icon="@drawable/ic_settings_applications" -->
<header
- android:fragment="de.blinkt.openvpn.Settings_IP"
+ android:fragment="de.blinkt.openvpn.fragments.Settings_IP"
android:title="@string/ipdns" />
<header
- android:fragment="de.blinkt.openvpn.Settings_Routing"
+ android:fragment="de.blinkt.openvpn.fragments.Settings_Routing"
android:title="@string/routing" />
<header
- android:fragment="de.blinkt.openvpn.Settings_Authentication"
+ android:fragment="de.blinkt.openvpn.fragments.Settings_Authentication"
android:title="@string/settings_auth" />
<!-- android:icon="@drawable/ic_settings_display" -->
<header
- android:fragment="de.blinkt.openvpn.Settings_Obscure"
+ android:fragment="de.blinkt.openvpn.fragments.Settings_Obscure"
android:summary="@string/obscure"
android:title="@string/advanced" >
</header>
<header
- android:fragment="de.blinkt.openvpn.ShowConfigFragment"
+ android:fragment="de.blinkt.openvpn.fragments.ShowConfigFragment"
android:summary="@string/generated_config_summary"
android:title="@string/generated_config" />