log theme changes, so I don't have to play detective to figure out

which theme a crash happened in
This commit is contained in:
Glenn Maynard
2003-04-22 04:11:04 +00:00
parent f23bffe84e
commit 0e11d79ec8
+2
View File
@@ -100,6 +100,8 @@ void ThemeManager::SwitchTheme( CString sThemeName )
m_pIniMetrics->ReadFile();
m_pIniMetrics->SetPath( GetMetricsPathFromName(m_sCurThemeName) );
m_pIniMetrics->ReadFile();
LOG->Info("Set theme %s", sThemeName.c_str());
}
CString ThemeManager::GetThemeDirFromName( const CString &sThemeName )