diff options
| author | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2019-01-16 13:38:45 +0100 |
|---|---|---|
| committer | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2019-01-16 13:38:45 +0100 |
| commit | 78510a831d89c7985eb2894f96fcebd388e21856 (patch) | |
| tree | 0d75966614818787b416b47f6635ec3f7f610fa5 /CMake/Android/strings.xml.in | |
| parent | d17454ac6af8b55169d3d7aefad498a133b9c0f9 (diff) | |
| parent | 563baced13e4961500dccd35b19e9b063c93dc9c (diff) | |
Merge remote-tracking branch 'origin/master'
Diffstat (limited to 'CMake/Android/strings.xml.in')
| -rw-r--r-- | CMake/Android/strings.xml.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMake/Android/strings.xml.in b/CMake/Android/strings.xml.in index e2f60e96f..351315218 100644 --- a/CMake/Android/strings.xml.in +++ b/CMake/Android/strings.xml.in @@ -1,4 +1,4 @@ <?xml version="1.0" encoding="utf-8"?> <resources> - <string name="app_name">Hello Android</string> + <string name="app_name">@ANDROID_APP_NAME@</string> </resources> |
