From 26a2d7e1ab715956e8f5bd3a3925d005e86f1a0a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Thu, 27 Feb 2014 21:35:04 +0100 Subject: [PATCH] Platform: be consistent with default application names. --- src/Magnum/Platform/AndroidApplication.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/Magnum/Platform/AndroidApplication.h b/src/Magnum/Platform/AndroidApplication.h index 305f09481..31ded2747 100644 --- a/src/Magnum/Platform/AndroidApplication.h +++ b/src/Magnum/Platform/AndroidApplication.h @@ -144,8 +144,8 @@ contents: - - + + @@ -155,8 +155,8 @@ contents: -Replace `{{name}}` with the actual application name and `{{application}}` with -name of the binary file (without extension). If you plan to use OpenGL ES, set +Modify `android:label` to your liking and replace `{{application}}` with name +of the binary file (without extension). If you plan to use OpenGL ES, set `android:glEsVersion` to `0x00030000`. ## Redirecting output to Android log buffer