Fixed upper case button in alert dialog for not loaded libraries on Android.
This is more consistent with the buttons of other dialogs on Android.
--- a/android-project/src/org/libsdl/app/SDLActivity.java Thu Oct 23 16:34:48 2014 +0200
+++ b/android-project/src/org/libsdl/app/SDLActivity.java Thu Oct 23 16:38:03 2014 +0200
@@ -124,7 +124,7 @@
AlertDialog.Builder dlgAlert = new AlertDialog.Builder(this);
dlgAlert.setMessage("An error occurred while trying to start the application. Please try again and/or reinstall.");
dlgAlert.setTitle("SDL Error");
- dlgAlert.setPositiveButton("EXIT",
+ dlgAlert.setPositiveButton("Exit",
new DialogInterface.OnClickListener() {
public void onClick(DialogInterface dialog,int id) {
// if this button is clicked, close current activity