From ea7a0b8f576a74cb403f74a09eca952cd8307aaa Mon Sep 17 00:00:00 2001 From: mws Date: Wed, 16 Dec 2009 15:40:07 +0000 Subject: [PATCH] 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: https://github.com/neutrino-images/ni-neutrino/commit/25550a1ceead80a0f0c336db091f19ce204767e7 Author: mws Date: 2009-12-16 (Wed, 16 Dec 2009) --- src/gui/update.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gui/update.cpp b/src/gui/update.cpp index aab010e91..554286f01 100644 --- a/src/gui/update.cpp +++ b/src/gui/update.cpp @@ -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]); }