aboutsummaryrefslogtreecommitdiffstats
path: root/src/org/theb/ssh/SecureShell.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/org/theb/ssh/SecureShell.java')
-rw-r--r--src/org/theb/ssh/SecureShell.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/org/theb/ssh/SecureShell.java b/src/org/theb/ssh/SecureShell.java
index e2bb4f4..9c2d125 100644
--- a/src/org/theb/ssh/SecureShell.java
+++ b/src/org/theb/ssh/SecureShell.java
@@ -21,7 +21,7 @@ package org.theb.ssh;
import java.io.IOException;
import java.io.OutputStream;
-import org.theb.ssh.R;
+import org.connectbot.R;
import org.theb.provider.HostDb;
import com.trilead.ssh2.ConnectionMonitor;