summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorArne Schwabe <arne@rfc2549.org>2012-05-31 00:49:08 +0200
committerArne Schwabe <arne@rfc2549.org>2012-05-31 00:49:08 +0200
commit4a2f853dba829b6c3b582c9c2a0b1bab5d902d4a (patch)
tree6f5bc425099e608bf260c307556d85de6b6034a6 /src
parent1c21f335d7c3c5049c3e9cdd6c9dc411bb153e2d (diff)
Add most of the missing german translations
Diffstat (limited to 'src')
-rw-r--r--src/de/blinkt/openvpn/Settings_Basic.java3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/de/blinkt/openvpn/Settings_Basic.java b/src/de/blinkt/openvpn/Settings_Basic.java
index 72594851..2c478b70 100644
--- a/src/de/blinkt/openvpn/Settings_Basic.java
+++ b/src/de/blinkt/openvpn/Settings_Basic.java
@@ -30,6 +30,7 @@ import android.os.Handler.Callback;
import android.os.Message;
import android.security.KeyChain;
import android.security.KeyChainAliasCallback;
+import android.util.SparseArray;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
@@ -68,7 +69,7 @@ public class Settings_Basic extends Fragment implements View.OnClickListener, On
- private HashMap<Integer, FileSelectLayout> fileselects = new HashMap<Integer, FileSelectLayout>();
+ private SparseArray<FileSelectLayout> fileselects = new SparseArray<FileSelectLayout>();
private EditText mUserName;