summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/de/blinkt/openvpn/OpenVPNClient.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/de/blinkt/openvpn/OpenVPNClient.java b/src/de/blinkt/openvpn/OpenVPNClient.java
index af949c2d..27073459 100644
--- a/src/de/blinkt/openvpn/OpenVPNClient.java
+++ b/src/de/blinkt/openvpn/OpenVPNClient.java
@@ -252,7 +252,7 @@ public class OpenVPNClient extends Activity implements View.OnClickListener, OnI
mServerPort = (TextView) findViewById(R.id.port);
mClientCert = (FileSelectLayout) findViewById(R.id.certselect);
mClientKey = (FileSelectLayout) findViewById(R.id.keyselect);
- mCaCert = (FileSelectLayout) findViewById(R.id.certselect);
+ mCaCert = (FileSelectLayout) findViewById(R.id.caselect);
mpkcs12 = (FileSelectLayout) findViewById(R.id.pkcs12select);
mUseLzo = (CheckBox) findViewById(R.id.lzo);
mTcpUdp = (ToggleButton) findViewById(id.tcpudp);