keep track of the current theme
This commit is contained in:
@@ -101,7 +101,7 @@ void ThemeManager::SwitchTheme( CString sThemeName )
|
||||
m_pIniMetrics->SetPath( GetMetricsPathFromName(m_sCurThemeName) );
|
||||
m_pIniMetrics->ReadFile();
|
||||
|
||||
LOG->Info("Set theme %s", sThemeName.c_str());
|
||||
LOG->MapLog("theme", "Theme: %s", sThemeName.c_str());
|
||||
}
|
||||
|
||||
CString ThemeManager::GetThemeDirFromName( const CString &sThemeName )
|
||||
|
||||
Reference in New Issue
Block a user