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
commit2bae1d0cf273305e4b4a46fb1dcfbfa8876a0a9b (patch)
tree7e7d3f23855e7d19ff0eb051d5bf44f74a2532cd /src
parentceb1166e5c34c4647e4f1fdacbb81d86a155f065 (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;