add separate method for string lookup

This commit is contained in:
Chris Danford
2005-12-25 19:01:13 +00:00
parent a84b76890d
commit 7f985da9ee
3 changed files with 11 additions and 1 deletions
+1 -1
View File
@@ -919,7 +919,7 @@ static void ApplyLogPreferences()
static CString LocalizeString( const CString &sSection, const CString &s )
{
CString sOut;
THEME->GetMetric( sSection, s, sOut );
THEME->GetString( sSection, s, sOut );
return sOut;
}