]> git.zerfleddert.de Git - FreeShisen/commitdiff
heavy optimizations.
authorgitknilch <gitknilch@cwde.de>
Sun, 24 Mar 2013 16:16:31 +0000 (17:16 +0100)
committergitknilch <gitknilch@cwde.de>
Sun, 24 Mar 2013 16:16:31 +0000 (17:16 +0100)
Change-Id: Ieae247d0b063c8943faac05c4e95e98dcc483187
Signed-off-by: gitknilch <gitknilch@cwde.de>
src/de/cwde/freeshisen/ShisenShoActivity.java

index ab6efe77721c1de93256492fabfbbd8f23f7f7d4..311c7b126be34799e60a0b654d0ab875667fcd66 100644 (file)
@@ -113,7 +113,7 @@ public class ShisenShoActivity extends Activity {
                        .setTitle(aboutTitle)
                        .setCancelable(true)
                        .setIcon(R.drawable.icon)
                        .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) {
                        .setView(message).create()
                        .show();
                } catch (NameNotFoundException e) {
Impressum, Datenschutz