From f26bdab76d0632aa0f1489c58e9ccc28bf1c74ba Mon Sep 17 00:00:00 2001 From: Arne Schwabe Date: Tue, 1 May 2012 00:26:54 +0200 Subject: The real 0.4.6 version as being pushed to the market. adds working clear and disconnect buttons to log window --- src/de/blinkt/openvpn/LaunchVPN.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/de/blinkt/openvpn/LaunchVPN.java') diff --git a/src/de/blinkt/openvpn/LaunchVPN.java b/src/de/blinkt/openvpn/LaunchVPN.java index 38a3b5d7..2bd647f9 100644 --- a/src/de/blinkt/openvpn/LaunchVPN.java +++ b/src/de/blinkt/openvpn/LaunchVPN.java @@ -255,7 +255,7 @@ public class LaunchVPN extends ListActivity implements OnItemClickListener { AlertDialog.Builder d = new AlertDialog.Builder(this); d.setTitle(R.string.config_error_found); d.setMessage(vpnok); - d.setPositiveButton("Ok", null); + d.setPositiveButton(android.R.string.ok, null); d.show(); } -- cgit v1.2.3