From 69f36a1ffafafc233291f44af0b7146428b764a3 Mon Sep 17 00:00:00 2001 From: Arne Schwabe Date: Thu, 3 May 2012 11:05:51 +0200 Subject: extract settings string to ressource file. Fix calucation of netmaks Make p2p assumption message clearer closes issue #5 --- src/de/blinkt/openvpn/VPNProfileList.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/de/blinkt/openvpn/VPNProfileList.java') diff --git a/src/de/blinkt/openvpn/VPNProfileList.java b/src/de/blinkt/openvpn/VPNProfileList.java index 42c881a8..58c9237a 100644 --- a/src/de/blinkt/openvpn/VPNProfileList.java +++ b/src/de/blinkt/openvpn/VPNProfileList.java @@ -31,7 +31,7 @@ public class VPNProfileList extends PreferenceFragment implements VpnPreference setHasOptionsMenu(true); refreshList(); // Debug load JNI - OpenVPN.foo(); + //OpenVPN.foo(); } -- cgit v1.2.3