diff options
author | Arne Schwabe <arne@blinkt.de> | 2012-05-31 22:20:51 +0200 |
---|---|---|
committer | Arne Schwabe <arne@blinkt.de> | 2012-05-31 22:20:51 +0200 |
commit | d13c16392630354c7296c31b343720e0a0f0f571 (patch) | |
tree | 86ce66d4eaf621ea30e5c9fdaff7fb90a77d02ce /src/de/blinkt/openvpn/VpnProfile.java | |
parent | 4a2f853dba829b6c3b582c9c2a0b1bab5d902d4a (diff) |
- fix a few more strings
- add editing xxx title to cfonig settings
Diffstat (limited to 'src/de/blinkt/openvpn/VpnProfile.java')
-rw-r--r-- | src/de/blinkt/openvpn/VpnProfile.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/de/blinkt/openvpn/VpnProfile.java b/src/de/blinkt/openvpn/VpnProfile.java index b862bb8c..d9c39cab 100644 --- a/src/de/blinkt/openvpn/VpnProfile.java +++ b/src/de/blinkt/openvpn/VpnProfile.java @@ -102,6 +102,7 @@ public class VpnProfile implements Serializable{ mUsePull=false; mUseLzo=false; mUseDefaultRoute=false; + mUseDefaultRoutev6=false; mExpectTLSCert=false; } @@ -130,7 +131,6 @@ public class VpnProfile implements Serializable{ } public String getName() { - // TODO Auto-generated method stub return mName; } |