openg gl test: Corrects some strings

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2118 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
sekelsenmat
2011-11-10 12:29:32 +00:00
parent 2290c71949
commit cf4e4f1a7e
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<project name="AndroidLCLTest" default="help"> <project name="OpenGLNDKTest" default="help">
<!-- The local.properties file is created and updated by the 'android' tool. <!-- The local.properties file is created and updated by the 'android' tool.
It contains the path to the SDK. It should *NOT* be checked into It contains the path to the SDK. It should *NOT* be checked into

View File

@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<resources> <resources>
<string name="app_name">LCL Test</string> <string name="app_name">OpenGL NDK Test</string>
</resources> </resources>