small stuff

This commit is contained in:
AJ Kelly
2011-02-18 23:01:46 -06:00
parent 1bed6d3630
commit 6a75b3bdc2
2 changed files with 11 additions and 11 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ const RString EXIT_NAME = "Exit";
RString OptionRow::GetThemedItemText( int iChoice ) const
{
RString s = m_pHand->GetThemedItemText( iChoice );
// HACK: Always theme the NEXT_ROW and EXIT items.
if( m_bFirstItemGoesDown && iChoice == 0 )
s = CommonMetrics::LocalizeOptionItem( NEXT_ROW_NAME, false );