From c2ec5614faaf98e99923a3a0822695bf6ca882c1 Mon Sep 17 00:00:00 2001 From: AJ Kelly Date: Sun, 7 Aug 2011 13:46:02 -0500 Subject: [PATCH] change a todo --- src/ThemeManager.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ThemeManager.cpp b/src/ThemeManager.cpp index 40843b46d6..0f03eb779a 100644 --- a/src/ThemeManager.cpp +++ b/src/ThemeManager.cpp @@ -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?