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