[DEV] update to the new tree of data

This commit is contained in:
2012-11-09 09:59:31 +01:00
parent c6210d8c7e
commit 9cdd8e620b
5 changed files with 37 additions and 26 deletions

View File

@@ -144,7 +144,7 @@ void classColorManager::LoadFile(const char * xmlFilename)
// allocate the document in the stack
TiXmlDocument XmlDocument;
// open the curent File
etk::FSNode fileName(etk::UString("DATA:") + xmlFilename);
etk::FSNode fileName(etk::UString("DATA:color/") + xmlFilename + etk::UString(".xml"));
if (false == fileName.Exist()) {
APPL_ERROR("File Does not exist : " << fileName);
return;