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:
@@ -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 )
|
||||
|
||||
Reference in New Issue
Block a user