Updated names of README files in source comments.
--- a/android-project/AndroidManifest.xml Sun Jun 09 11:51:59 2013 +0200
+++ b/android-project/AndroidManifest.xml Sun Jun 09 11:58:31 2013 +0200
@@ -15,7 +15,7 @@
then replace "SDLActivity" with the name of your class (e.g. "MyGame")
in the XML below.
- An example Java class can be found in README.android
+ An example Java class can be found in README-android.txt
-->
<application android:label="@string/app_name"
android:icon="@drawable/ic_launcher"
--- a/include/SDL_events.h Sun Jun 09 11:51:59 2013 +0200
+++ b/include/SDL_events.h Sun Jun 09 11:58:31 2013 +0200
@@ -59,7 +59,7 @@
/* Application events */
SDL_QUIT = 0x100, /**< User-requested quit */
- /* These application events have special meaning on iOS, see README.iOS for details */
+ /* These application events have special meaning on iOS, see README-ios.txt for details */
SDL_APP_TERMINATING, /**< The application is being terminated by the OS
Called on iOS in applicationWillTerminate()
Called on Android in onDestroy()