Debugging.

This commit is contained in:
Steve Checkoway
2008-10-06 07:54:26 +00:00
parent 28730a1f3f
commit b01bc37053
2 changed files with 1 additions and 4 deletions
-4
View File
@@ -78,11 +78,7 @@ RString OptionRowHandler::GetThemedItemText( int iChoice ) const
}
if( bTheme )
{
LOG->MapLog( "OptionRowHandler::GetThemedItemText", "choice %d: %s", iChoice, s.c_str() );
s = CommonMetrics::LocalizeOptionItem( s, false );
LOG->UnmapLog( "OptionRowHandler::GetThemedItemText" );
}
return s;
}