Ouya-specific readme section, updated todo

This commit is contained in:
pelya
2013-09-20 12:16:14 +03:00
parent 8df5ae9edd
commit e7966a1f7c
6 changed files with 14 additions and 10 deletions

View File

@@ -469,6 +469,8 @@ class SettingsMenuMisc extends SettingsMenu
{
String readmes[] = Globals.ReadmeText.split("\\^");
String lang = new String(Locale.getDefault().getLanguage()) + ":";
if( p.isRunningOnOUYA() )
lang = "ouya:";
String readme = readmes[0];
String buttonName = "", buttonUrl = "";
for( String r: readmes )