summaryrefslogtreecommitdiff
path: root/src/se/leap/openvpn/LaunchVPN.java
diff options
context:
space:
mode:
authorParménides GV <parmegv@sdf.org>2013-10-10 16:58:58 +0200
committerParménides GV <parmegv@sdf.org>2013-10-10 16:58:58 +0200
commita2a38163202e53eea1328d7c20ec0e94b33f2fc6 (patch)
treef1acbdaa6403e6230c881d430099d6f841dcc705 /src/se/leap/openvpn/LaunchVPN.java
parent04fedee9f6be1e3e46a8c91c9a39343513cc6fe1 (diff)
Refactored leapclient to bitmaskclient.
I do not change the company (se.leap). All references within strings.xml point to "bitmask" instead of to "leap".
Diffstat (limited to 'src/se/leap/openvpn/LaunchVPN.java')
-rw-r--r--src/se/leap/openvpn/LaunchVPN.java6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/se/leap/openvpn/LaunchVPN.java b/src/se/leap/openvpn/LaunchVPN.java
index 73003c7e..89f2d372 100644
--- a/src/se/leap/openvpn/LaunchVPN.java
+++ b/src/se/leap/openvpn/LaunchVPN.java
@@ -20,9 +20,9 @@ import java.io.IOException;
import java.util.Collection;
import java.util.Vector;
-import se.leap.leapclient.ConfigHelper;
-import se.leap.leapclient.EIP;
-import se.leap.leapclient.R;
+import se.leap.bitmaskclient.ConfigHelper;
+import se.leap.bitmaskclient.EIP;
+import se.leap.bitmaskclient.R;
import android.app.Activity;
import android.app.AlertDialog;