Add temp debugging.
This commit is contained in:
@@ -78,7 +78,11 @@ RString OptionRowHandler::GetThemedItemText( int iChoice ) const
|
|||||||
}
|
}
|
||||||
|
|
||||||
if( bTheme )
|
if( bTheme )
|
||||||
|
{
|
||||||
|
LOG->MapLog( "OptionRowHandler::GetThemedItemText", "choice %d: %s", iChoice, s.c_str() );
|
||||||
s = CommonMetrics::LocalizeOptionItem( s, false );
|
s = CommonMetrics::LocalizeOptionItem( s, false );
|
||||||
|
LOG->UnmapLog( "OptionRowHandler::GetThemedItemText" );
|
||||||
|
}
|
||||||
return s;
|
return s;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user