diff options
author | Arne Schwabe <arne@rfc2549.org> | 2012-05-24 10:02:19 +0200 |
---|---|---|
committer | Arne Schwabe <arne@rfc2549.org> | 2012-05-24 10:02:19 +0200 |
commit | cf7c06399618952da0b40d923da81651e546e83d (patch) | |
tree | eb644f808470feba37ab080c332acc56c70e7b82 /src/de/blinkt/openvpn/ProfileManager.java | |
parent | 6a3ab893b30a0627c1bb89e5823f38437941d83e (diff) |
- fix cn remote string (closes issue #31)
- ignore a few more options in the importer
Diffstat (limited to 'src/de/blinkt/openvpn/ProfileManager.java')
-rw-r--r-- | src/de/blinkt/openvpn/ProfileManager.java | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/de/blinkt/openvpn/ProfileManager.java b/src/de/blinkt/openvpn/ProfileManager.java index eb94505a..0164fe53 100644 --- a/src/de/blinkt/openvpn/ProfileManager.java +++ b/src/de/blinkt/openvpn/ProfileManager.java @@ -10,8 +10,6 @@ import java.util.HashMap; import java.util.HashSet; import java.util.Set; -import de.blinkt.openvpn.R.string; - import android.app.Activity; import android.content.Context; import android.content.SharedPreferences; |