1
0
Fork 0
forked from len0rd/rockbox

Fix android SDK version and the yes/no screen title

Change-Id: I84a067adcc83291de5131c88483f400d38bea15b
This commit is contained in:
Jonathan Gordon 2014-05-15 20:18:48 +10:00
parent 01cbb795e9
commit cb205c8b56
3 changed files with 3 additions and 2 deletions

View file

@ -59,7 +59,7 @@ public class RockboxYesno
{
Listener l = new Listener();
new AlertDialog.Builder(c)
.setTitle(R.string.KbdInputTitle)
.setTitle(R.string.YesNoTitle)
.setIcon(R.drawable.icon)
.setMessage(text)
.setPositiveButton(yes, l)