pass the language to LoadThemeRecursive and rename to LoadThemeMetrics

This commit is contained in:
Glenn Maynard
2005-11-01 18:04:59 +00:00
parent a23e6d9058
commit 51e06fdc2b
2 changed files with 9 additions and 8 deletions
+1 -1
View File
@@ -98,7 +98,7 @@ public:
protected:
void RunLuaScripts( const CString &sMask );
void LoadThemeRecursive( deque<Theme> &theme, const CString &sThemeName );
void LoadThemeMetrics( deque<Theme> &theme, const CString &sThemeName, const CString &sLanguage_ );
bool GetMetricRawRecursive( const CString &sClassName, const CString &sValueName, CString &sRet );
CString GetPathToAndFallback( ElementCategory category, const CString &sClassName, const CString &sFile );
CString GetPathToRaw( const CString &sThemeName, ElementCategory category, const CString &sClassName, const CString &sFile );