diff options
author | Sean Leonard <meanderingcode@aetherislands.net> | 2013-01-22 22:26:08 -0700 |
---|---|---|
committer | Sean Leonard <meanderingcode@aetherislands.net> | 2013-01-22 22:26:08 -0700 |
commit | 2bb6e8c9a956c56658807c7f2d25ab850243bbe6 (patch) | |
tree | 9e3a2e318d0503b33d94514836b8a9bc2db8aaa6 /res/xml/vpn_headers.xml | |
parent | 613543d9c00e607f25e7f745a60fb4e3ec3b5148 (diff) |
Start rebranding: a whole lotta string replacement, moving src/ file tree
Diffstat (limited to 'res/xml/vpn_headers.xml')
-rw-r--r-- | res/xml/vpn_headers.xml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/res/xml/vpn_headers.xml b/res/xml/vpn_headers.xml index 495c2c7..96b49bf 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="se.leap.openvpn.Settings_Basic" android:title="@string/basic" /> <!-- android:icon="@drawable/ic_settings_applications" --> <header - android:fragment="de.blinkt.openvpn.Settings_IP" + android:fragment="se.leap.openvpn.Settings_IP" android:title="@string/ipdns" /> <header - android:fragment="de.blinkt.openvpn.Settings_Routing" + android:fragment="se.leap.openvpn.Settings_Routing" android:title="@string/routing" /> <header - android:fragment="de.blinkt.openvpn.Settings_Authentication" + android:fragment="se.leap.openvpn.Settings_Authentication" android:title="@string/settings_auth" /> <!-- android:icon="@drawable/ic_settings_display" --> <header - android:fragment="de.blinkt.openvpn.Settings_Obscure" + android:fragment="se.leap.openvpn.Settings_Obscure" android:summary="@string/obscure" android:title="@string/advanced" > </header> <header - android:fragment="de.blinkt.openvpn.ShowConfigFragment" + android:fragment="se.leap.openvpn.ShowConfigFragment" android:summary="@string/generated_config_summary" android:title="@string/generated_config" /> |