[DEV] change the icon name

This commit is contained in:
Edouard DUPIN 2012-12-27 21:57:54 +01:00
parent 2edbefd754
commit 9578d1b5ea
2 changed files with 2 additions and 2 deletions

View File

@ -85,7 +85,7 @@ void APP_Init(void)
*/
etk::UString APP_Icon(void)
{
etk::UString bitmapFile("DATA:iconHuman.bmp");
etk::UString bitmapFile("DATA:icon.png");
return bitmapFile;
}

View File

@ -13,7 +13,7 @@ FILE_LIST:= appl/Debug.cpp \
appl/TestLabel.cpp \
appl/TestScene.cpp
LOCAL_COPY_FOLDERS := ../data/icon.*:theme/default \
LOCAL_COPY_FOLDERS := ../data/icon.*: \
../data/cube.*: \
../data/grass.*: \
../data/stone*: \