change #warning to TODO

git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@64 e54a6e83-5905-42d5-8d5c-058d10e6a962
This commit is contained in:
mws
2009-12-16 15:40:07 +00:00
parent be1bd14b8a
commit 25550a1cee

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]);
}