bAllowThemeTitles -> bAllowThemeTitle

This commit is contained in:
Chris Danford
2005-11-30 22:37:51 +00:00
parent 3b799327fc
commit 8cb7360ab6
5 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -51,7 +51,7 @@ CString OptionRow::OptionTitle( CString s ) const
bool bTheme = false;
// HACK: Always theme the NEXT_ROW and EXIT items, even if metrics says not to theme.
if( m_RowDef.m_bAllowThemeTitles )
if( m_RowDef.m_bAllowThemeTitle )
bTheme = true;
return bTheme ? THEME->GetMetric("OptionTitles",s) : s;