theme -> localize

This commit is contained in:
Chris Danford
2006-01-29 22:17:54 +00:00
parent 880cf1591e
commit 370d11ee19
4 changed files with 7 additions and 8 deletions
+1 -1
View File
@@ -50,7 +50,7 @@ void OptionRow::PrepareItemText( RString &s ) const
}
if( bTheme )
s = CommonMetrics::ThemeOptionItem( s, false );
s = CommonMetrics::LocalizeOptionItem( s, false );
if( m_pParentType->CAPITALIZE_ALL_OPTION_NAMES )
s.MakeUpper();
}