make more strings localizable

This commit is contained in:
Chris Danford
2006-01-08 18:40:20 +00:00
parent f6d11943ab
commit fc18dbd342
28 changed files with 108 additions and 97 deletions
+1 -1
View File
@@ -125,7 +125,7 @@ CString CommonMetrics::ThemeOptionItem( CString s, bool bOptional )
{
if( bOptional && !THEME->HasMetric("OptionNames",s) )
return s;
return THEME->GetMetric( "OptionNames", s );
return THEME->GetString( "OptionNames", s );
}