Skip to content

Commit

Permalink
More modifications to SDL config dialog
Browse files Browse the repository at this point in the history
  • Loading branch information
pelya committed May 20, 2011
1 parent 342b99c commit c418f7d
Show file tree
Hide file tree
Showing 9 changed files with 532 additions and 464 deletions.
2 changes: 1 addition & 1 deletion project/java/MainActivity.java
Expand Up @@ -81,7 +81,7 @@ public void onClick(View v)
{
setUpStatusLabel();
System.out.println("libSDL: User clicked change phone config button");
Settings.showConfig(p);
Settings.showConfig(p, false);
}
};
_btn.setOnClickListener(new onClickListener(this));
Expand Down

0 comments on commit c418f7d

Please sign in to comment.