From 0727dd169bfc14c08dbc06e270df31f6009501e4 Mon Sep 17 00:00:00 2001 From: gitknilch Date: Sun, 24 Mar 2013 17:16:31 +0100 Subject: [PATCH 1/1] heavy optimizations. Change-Id: Ieae247d0b063c8943faac05c4e95e98dcc483187 Signed-off-by: gitknilch --- src/de/cwde/freeshisen/ShisenShoActivity.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/de/cwde/freeshisen/ShisenShoActivity.java b/src/de/cwde/freeshisen/ShisenShoActivity.java index ab6efe7..311c7b1 100644 --- a/src/de/cwde/freeshisen/ShisenShoActivity.java +++ b/src/de/cwde/freeshisen/ShisenShoActivity.java @@ -113,7 +113,7 @@ public class ShisenShoActivity extends Activity { .setTitle(aboutTitle) .setCancelable(true) .setIcon(R.drawable.icon) - .setPositiveButton(getString(android.R.string.ok), null) + .setPositiveButton(android.R.string.ok, null) .setView(message).create() .show(); } catch (NameNotFoundException e) { -- 2.39.2