More modifications to SDL config dialog

This commit is contained in:
pelya
2011-05-20 12:21:22 +03:00
parent 342b99c77d
commit c418f7da64
9 changed files with 615 additions and 547 deletions

View File

@@ -81,7 +81,7 @@ public class MainActivity extends Activity {
{
setUpStatusLabel();
System.out.println("libSDL: User clicked change phone config button");
Settings.showConfig(p);
Settings.showConfig(p, false);
}
};
_btn.setOnClickListener(new onClickListener(this));