change a todo

This commit is contained in:
AJ Kelly
2011-08-07 13:46:02 -05:00
parent 0c6154f9ed
commit c2ec5614fa
+1 -1
View File
@@ -1156,7 +1156,7 @@ RString ThemeManager::GetString( const RString &sMetricsGroup, const RString &sV
{
RString sValueName = sValueName_;
// TODO: Are there escape rules for this?
// TODO: Handle escaping = with \=
DEBUG_ASSERT( sValueName.find('=') == sValueName.npos );
// TODO: Move this escaping into IniFile?