make more strings localizable
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
|
||||
CString GetThemedString( const CString &sClass, const CString &sValue )
|
||||
{
|
||||
return THEME->GetMetric( sClass, sValue );
|
||||
return THEME->GetString( sClass, sValue );
|
||||
}
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user