change #warning to TODO

git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@64 e54a6e83-5905-42d5-8d5c-058d10e6a962


Origin commit data
------------------
Commit: 25550a1cee
Author: mws <mws@e54a6e83-5905-42d5-8d5c-058d10e6a962>
Date: 2009-12-16 (Wed, 16 Dec 2009)
This commit is contained in:
mws
2009-12-16 15:40:07 +00:00
parent 030f48d4f6
commit ea7a0b8f57

View File

@@ -591,7 +591,7 @@ void CFlashExpert::showFileSelector(const std::string & actionkey)
if(pos!=-1)
{
fileselector->addItem(new CMenuForwarderNonLocalized(filen.c_str(), true, NULL, this, (actionkey + filen).c_str()));
#warning TODO: make sure filen is UTF-8 encoded
//TODO make sure filen is UTF-8 encoded
}
free(namelist[count]);
}