projects
/
FreeShisen
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a8b770d
)
heavy optimizations.
author
gitknilch
<gitknilch@cwde.de>
Sun, 24 Mar 2013 16:16:31 +0000
(17:16 +0100)
committer
gitknilch
<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
patch
|
blob
|
blame
|
history
diff --git
a/src/de/cwde/freeshisen/ShisenShoActivity.java
b/src/de/cwde/freeshisen/ShisenShoActivity.java
index
ab6efe7
..
311c7b1
100644
(file)
--- 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) {
Impressum
,
Datenschutz